ltmain.sh: Patch for Solaris.

From Rainer Orth.

From-SVN: r207432
This commit is contained in:
Ian Lance Taylor 2014-02-03 17:39:44 +00:00
parent 37f14a0de5
commit e3aaedd6bf
1 changed files with 1 additions and 1 deletions

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