1b2181da49
references:http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452 and http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788 backport to gcc47 and gcc48
13 lines
418 B
Bash
13 lines
418 B
Bash
$NetBSD: patch-ltmain.sh,v 1.1 2014/05/10 14:14:59 richard Exp $
|
|
|
|
--- ltmain.sh.orig 2011-01-13 18:51:10.000000000 +0000
|
|
+++ 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=:
|
|
;;
|