From a348441958fda8114ab3bfaa8e500ed2fd3508b1 Mon Sep 17 00:00:00 2001 From: Jérôme Duval Date: Tue, 22 Feb 2011 18:20:36 +0000 Subject: [PATCH] changes to match what got used by upstream in 4.5 git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@40618 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- gcc/ltmain.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/ltmain.sh b/gcc/ltmain.sh index 7ef5097..e06abc0 100644 --- a/gcc/ltmain.sh +++ b/gcc/ltmain.sh @@ -4522,7 +4522,7 @@ -l*) if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-*-haiku* | *-cegcc*) + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*) # These systems don't actually have a C or math library (as such) continue ;; @@ -6476,7 +6476,7 @@ if test "$build_libtool_libs" = yes; then if test -n "$rpath"; then case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-*-haiku* | *-cegcc*) + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*) # these systems don't actually have a c library (as such)! ;; *-*-rhapsody* | *-*-darwin1.[012]) -- gitore 0.2.2