From 62a0f7233525099a718f61eca2ea7d89a8cad6f7 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Thu, 6 Feb 2014 11:01:57 +0100 Subject: [PATCH] PR target/59788 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on *solaris2*. --- ChangeLog | 6 ++++++ ltmain.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9b1cbfac1f..6af33f8951 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-02-04 Rainer Orth + + PR target/59788 + * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on + *solaris2*. + 2013-12-19 Keven Boell * cp-namespace.c (cp_lookup_nested_symbol): Enable diff --git a/ltmain.sh b/ltmain.sh index a03433f178..9503ec85d7 100644 --- a/ltmain.sh +++ b/ltmain.sh @@ -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=: ;; -- 2.34.1