]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (ld_shlibs, amigaos*): Disable shared libs with
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Sun, 4 Apr 1999 07:38:37 +0000 (07:38 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sun, 4 Apr 1999 07:38:37 +0000 (07:38 +0000)
native ld too.

ChangeLog
ltconfig.in

index b2912b5466c05826dd1c099c6b636c782e8a0d61..41cf489ed53ded20baede13d79f3e8a94c916ed0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1999-04-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
+       * 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
index 3a563de8c456706afbdb8dd0dbc1d5df7e664d69..b6d2ef6670fb6a1601a50c5b2644266d56b5a91b 100755 (executable)
@@ -1189,6 +1189,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*)