PR target/59788

* ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
	*solaris2*.
This commit is contained in:
Rainer Orth 2014-02-06 11:01:57 +01:00
parent 1a221d3d9c
commit 62a0f72335
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR target/59788
* ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
*solaris2*.
2013-12-19 Keven Boell <keven.boell@intel.com>
* cp-namespace.c (cp_lookup_nested_symbol): Enable

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