]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (aix4*, with_gcc, archive_cmds): fix typo in Andrey
authorErez Zadok <ezk@shekel.mcl.cs.columbia.edu>
Wed, 20 Jan 1999 22:17:39 +0000 (22:17 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 20 Jan 1999 22:17:39 +0000 (22:17 +0000)
Slepuhin's last patch

ChangeLog
ltconfig.in

index 1f75775dcfa4d7c05b07a0bc5b315bf41e905e9d..adf3ba2b65d5c16962f5884c3e4187c6c5a49b0e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index a09aec5b8e356a10385b404fdd93e832b339a3a6..6a2fbcd3a44ad23bdd0ebf714c3dc595cffe8395 100755 (executable)
@@ -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'