mirror of git://gcc.gnu.org/git/gcc.git
ltmain.sh: Patch for Solaris.
From Rainer Orth. From-SVN: r207432
This commit is contained in:
parent
37f14a0de5
commit
e3aaedd6bf
|
|
@ -976,7 +976,7 @@ func_enable_tag ()
|
||||||
|
|
||||||
|
|
||||||
case $host in
|
case $host in
|
||||||
*cygwin* | *mingw* | *pw32* | *cegcc*)
|
*cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* )
|
||||||
# don't eliminate duplications in $postdeps and $predeps
|
# don't eliminate duplications in $postdeps and $predeps
|
||||||
opt_duplicate_compiler_generated_deps=:
|
opt_duplicate_compiler_generated_deps=:
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue