]> 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:47:53 +0000 (00:47 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 17 Mar 1999 00:47:53 +0000 (00:47 +0000)
Reported by Xavier Pianet <xavier@xingo.com>

ChangeLog
ltmain.in

index b7158f155185433294a8c28608899e0c6efbb814..1c3ef5904df8e57e4d5a4591dcfde5f21a33301c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +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>
+
        * tests/build-relink.test (hardcode_action): when set to relink,
        skip the test with lt-hell
 
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)!
          ;;
        *)