From: Alexandre Oliva Date: Wed, 17 Mar 1999 00:47:53 +0000 (+0000) Subject: * ltmain.in (deplibs, beos*): don't append -lc X-Git-Tag: release-1-3b~204 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85804ca48ee04a858fabfc3d07b22d1b2a179280;p=thirdparty%2Flibtool.git * ltmain.in (deplibs, beos*): don't append -lc Reported by Xavier Pianet --- diff --git a/ChangeLog b/ChangeLog index b7158f155..1c3ef5904 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-03-16 Alexandre Oliva + * ltmain.in (deplibs, beos*): don't append -lc + Reported by Xavier Pianet + * tests/build-relink.test (hardcode_action): when set to relink, skip the test with lt-hell diff --git a/ltmain.in b/ltmain.in index 71ebc83d7..9411a9083 100644 --- 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)! ;; *)