⛏️ index : buildtools.git

author Jérôme Duval <korli@users.berlios.de> 2011-02-22 18:20:36.0 +00:00:00
committer Jérôme Duval <korli@users.berlios.de> 2011-02-22 18:20:36.0 +00:00:00
commit
a348441958fda8114ab3bfaa8e500ed2fd3508b1 [patch]
tree
b01665b3baab71176a809d01f36657c0db45927a
parent
8116a5d9ffdc704a2fe1095bd9bdac3a36ad56bb
download
a348441958fda8114ab3bfaa8e500ed2fd3508b1.tar.gz

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

Diff

 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])