Patch for bug#16452: opt_duplicate_compiler_generated_deps is harmful on Solaris

2014-01-17 Thread Rainer Orth
As reported in http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452 the default for opt_duplicate_compiler_generated_deps can cause exception handling/unwinding failures on 64-bit Solaris 10+/x86 when the underlying gcc bug http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788 is fixe

Re: Patch for bug#16452: opt_duplicate_compiler_generated_deps is harmful on Solaris

2014-01-17 Thread Richard PALO
Le 17/01/14 15:02, Rainer Orth a écrit : As reported in http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452 the default for opt_duplicate_compiler_generated_deps can cause exception handling/unwinding failures on 64-bit Solaris 10+/x86 when the underlying gcc bug http://gcc.gnu.

Re: bug#16452: opt_duplicate_compiler_generated_deps is harmful on Solaris

2014-01-17 Thread Gary V. Vaughan
Hi Rainer, On Jan 16, 2014, at 1:59 AM, Rainer Orth wrote: > diff --git a/ltmain.sh b/ltmain.sh > --- a/ltmain.sh > +++ b/ltmain.sh > @@ -976,7 +976,7 @@ func_enable_tag () > > > case $host in > -*cygwin* | *mingw* | *pw32* | *cegcc*) > +*cygwin* | *mingw* | *pw32* | *cegcc* | *solari