]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ltmain.sh: Patch for Solaris.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Feb 2014 17:39:44 +0000 (17:39 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Feb 2014 17:39:44 +0000 (17:39 +0000)
From Rainer Orth.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207432 138bc75d-0d04-0410-961f-82ee72b054a4

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=:
       ;;