https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123841
--- Comment #32 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> --- > --- Comment #30 from Iain Sandoe <iains at gcc dot gnu.org> --- >> Fully agreed. However, on the gcc-15 branch there's >> >> powerpc*-*-darwin*) >> dnl Always pass -arch ppc to assembler. >> gcc_cv_as_flags="-arch ppc" >> ;; >> >> No ppc64 in sight. >> >> I can certainly correct this, but for once this isn't my fault. > > indeed - the configuration does not seem to account it (which supports the > observation that we probably do not do any arch-specific configuration probes > so far) > > ... Note the gcc specs must get it right or we'd not be able to build the 64b > multilib. > > Given that we're changing this - we might as well correct the configure too? Certainly: I'll include the ppc64 part while I'm at it. I cannot test it, though (but still have those unused PowerMac G4 and G5 in my office ;-)
