From: Alexandre Oliva Date: Sun, 4 Apr 1999 07:38:30 +0000 (+0000) Subject: * ltconfig.in (ld_shlibs, amigaos*): Disable shared libs with X-Git-Tag: release-1-3~75 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=30435f30937e5a77dafa6afbafbcd72f35d2e1ae;p=thirdparty%2Flibtool.git * ltconfig.in (ld_shlibs, amigaos*): Disable shared libs with native ld too. --- diff --git a/ChangeLog b/ChangeLog index 824a7fbf6..efbb4e418 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-04-04 Alexandre Oliva + * ltconfig.in (ld_shlibs, amigaos*): Disable shared libs with + native ld too. + * ltconfig.in (sunos4*, GNU ld): Reordered. * ltconfig.in (archive_cmds, sunos4*): Revert to -Bstatic; the diff --git a/ltconfig.in b/ltconfig.in index 449bffe07..7b43c4784 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -1180,6 +1180,8 @@ else archive_cmds='$rm $objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $objdir/a2ixlibrary.data~$AR cru $lib $libobjs~$RANLIB $lib~(cd $objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes + # see comment about different semantics on the GNU ld section + ld_shlibs=no ;; cygwin* | mingw*)