]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in (deplibs, beos*): don't append -lc
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Wed, 17 Mar 1999 00:48:16 +0000 (00:48 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 17 Mar 1999 00:48:16 +0000 (00:48 +0000)
Reported by Xavier Pianet <xavier@xingo.com>

ChangeLog
ltmain.in

index 23e52dab94a83e1313d6fcc43451f869fa970790..52dc0ffe9ae6746c7b3c96cfeb4f5fe75c79be83 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-03-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * ltmain.in (deplibs, beos*): don't append -lc
+       Reported by Xavier Pianet <xavier@xingo.com>
+
 1999-03-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * tests/build-relink.test (hardcode_action): when set to relink,
index 71ebc83d7bc4beca6bcbf93e18f6d3e474383b0e..9411a90833d00058cc15e8520d2993b1ef5a713e 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -1700,7 +1700,7 @@ compiler."
 
        dependency_libs="$deplibs"
        case "$host" in
-       *-*-cygwin* | *-*-mingw* | *-*-os2*)
+       *-*-cygwin* | *-*-mingw* | *-*-os2* | *-*-beos*)
          # these systems don't actually have a c library (as such)!
          ;;
        *)