* ltmain.in (deplibs, beos*): don't append -lc

Reported by Xavier Pianet <xavier@xingo.com>
This commit is contained in:
Alexandre Oliva 1999-03-17 00:47:53 +00:00 committed by Alexandre Oliva
parent 55aaaf9e09
commit 85804ca48e
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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)!
;;
*)