PR target/59788
* ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on *solaris2*.
This commit is contained in:
parent
d581a24a36
commit
46913a8290
|
@ -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-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
|
2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
|
||||||
|
|
||||||
* configure.ac: Update from GCC.
|
* configure.ac: Update from GCC.
|
||||||
|
|
|
@ -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