https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115284
--- Comment #8 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> --- > --- Comment #6 from Hans-Peter Nilsson <hp at gcc dot gnu.org> --- > BTW, I see the target list says sparc*-sun-solaris2.11 which seems a cutnpasto > from some ancient template: that particular version is installed on cfarm211 It's not: I've tried bootstraps on sparc-sun-solaris2.11 and sparcv9-sun-solaris2.11 to check if it's just a 32-bit issue. > and a build log for a recent gcc checkout says "Configuration > sparc-sun-solaris2.11 not supported" for the gcc dir. (Please correct the While the configure triples have no way to distinguish between Solaris 11.3 and 11.4, gcc/config.gcc explicitly checks for hosts running 11.4. But I see what you mean: that's an error of mine moving 11.3 from obsolete to unsupported. The message should say sparc-sun-solaris2.11.3 not supported instead. Will fix. > versions.) BTW, it'd be nice to know it it reproduces for sparc-linux as > well. I happen to have a Linux/sparc64 LDom around: I'll give it a whirl.