From 85804ca48ee04a858fabfc3d07b22d1b2a179280 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Wed, 17 Mar 1999 00:47:53 +0000 Subject: [PATCH] * ltmain.in (deplibs, beos*): don't append -lc Reported by Xavier Pianet --- ChangeLog | 3 +++ ltmain.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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)! ;; *) -- 2.47.3