]> 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:30 +0000 (07:38 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sun, 4 Apr 1999 07:38:30 +0000 (07:38 +0000)
native ld too.

ChangeLog
ltconfig.in

index 824a7fbf60a4397533eb835492d96bb2a8d46483..efbb4e418d2f9f0398605602bfa746463f22b578 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 449bffe07d05cafd02a43d75bfa77af875ae6580..7b43c47848b1b32ff7035e0c8592cb2259d466e7 100755 (executable)
@@ -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*)