]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ltmain.sh: Patch for Solaris.
authorIan Lance Taylor <ian@gcc.gnu.org>
Mon, 3 Feb 2014 17:39:44 +0000 (17:39 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Mon, 3 Feb 2014 17:39:44 +0000 (17:39 +0000)
From Rainer Orth.

From-SVN: r207432

libgo/config/ltmain.sh

index b73de525bf30d4107b51e09981c9b8f549029cdd..17f19d888bf0e27ef348248e187d29cc093ce436 100644 (file)
@@ -976,7 +976,7 @@ func_enable_tag ()
 
 
   case $host in
-    *cygwin* | *mingw* | *pw32* | *cegcc*)
+    *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* )
       # don't eliminate duplications in $postdeps and $predeps
       opt_duplicate_compiler_generated_deps=:
       ;;