Skip to content

Commit 62a0f72

Browse files
committed
PR target/59788
* ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on *solaris2*.
1 parent 1a221d3 commit 62a0f72

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2014-02-04 Rainer Orth <[email protected]>
2+
3+
PR target/59788
4+
* ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
5+
*solaris2*.
6+
17
2013-12-19 Keven Boell <[email protected]>
28

39
* cp-namespace.c (cp_lookup_nested_symbol): Enable

ltmain.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ func_enable_tag ()
976976

977977

978978
case $host in
979-
*cygwin* | *mingw* | *pw32* | *cegcc*)
979+
*cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* )
980980
# don't eliminate duplications in $postdeps and $predeps
981981
opt_duplicate_compiler_generated_deps=:
982982
;;

0 commit comments

Comments
 (0)