https://sourceware.org/bugzilla/show_bug.cgi?id=19520
Rainer Orth <ro at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |REOPENED --- Comment #16 from Rainer Orth <ro at gcc dot gnu.org> --- I just noticed that gas/configure.ac uses a complex dance to distinguish Solaris 12 from earlier versions. Since S12 has been rechristened to S11.4 before the release, DEFAULT_GENERATE_X86_RELAX_RELOCATION is now 0 on all Solaris releases. I wonder how to deal with this: * Disable it for good on all Solaris versions, as it is now effectively. In that case, it's probably best to remove the -mrelax-relocations option completely. * Fix the version check using uname -v in the native case, just like gcc's gcc/config.gcc does. I can do both depending on what's the preferred route. -- You are receiving this mail because: You are on the CC list for the bug.