* ltconfig.in (aix4*, with_gcc, archive_cmds): fix typo in Andrey

Slepuhin's last patch
This commit is contained in:
Erez Zadok 1999-01-20 22:17:39 +00:00 committed by Alexandre Oliva
parent 96f5eb0883
commit d172a16cb3
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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'