mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-05 14:40:42 +08:00
* ltconfig.in (aix4*, with_gcc, archive_cmds): fix typo in Andrey
Slepuhin's last patch
This commit is contained in:
parent
96f5eb0883
commit
d172a16cb3
@ -1,3 +1,8 @@
|
||||
1999-01-20 Erez Zadok <ezk@shekel.mcl.cs.columbia.edu>
|
||||
|
||||
* ltconfig.in (aix4*, with_gcc, archive_cmds): fix typo in Andrey
|
||||
Slepuhin's last patch
|
||||
|
||||
1999-01-20 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||
|
||||
* Makefile.am (@DIST_MAKEFILE_LIST@): work around Ultrix /bin/sh bug
|
||||
|
@ -1143,7 +1143,7 @@ else
|
||||
# We have old collect2
|
||||
hardcode_direct=unsupported
|
||||
fi
|
||||
archive_cmds='$CC -shared -o ${wl}-bnoentry $objdir/$soname $libobjs $deplibs'
|
||||
archive_cmds='$CC -shared ${wl}-bnoentry -o $objdir/$soname $libobjs $deplibs'
|
||||
else
|
||||
archive_cmds='$NM $libobjs | $global_symbol_pipe | sed '\''s/.* //'\' | sort | uniq' > $lib.exp else cat $export_symbols > $lib.exp~
|
||||
$CC -o $objdir/$soname $libobjs $deplibs ${wl}-bE:$lib.exp ${wl}-bM:SRE ${wl}-bnoentry'
|
||||
|
Loading…
Reference in New Issue
Block a user