Re: [PATCH, committed] AIX libstdc++ configure.host LD_FLAGS

2014-10-31 Thread Michael Haubenwallner
On 10/30/2014 03:19 PM, David Edelsohn wrote: > AIX has been unable to bootstrap since the match-and-simplify merge. > Richard Biener and I tracked this back to a bad interaction between a > GCC optimization and the AIX linker -G option to allow for SVR4-style > runtime linking. As the -G linker o

[PATCH, committed] AIX libstdc++ configure.host LD_FLAGS

2014-10-30 Thread David Edelsohn
AIX has been unable to bootstrap since the match-and-simplify merge. Richard Biener and I tracked this back to a bad interaction between a GCC optimization and the AIX linker -G option to allow for SVR4-style runtime linking. The following patch removes the linker option from the libstdc++ build.