https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123841
--- Comment #6 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> --- > --- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- > On Linux people generally don't configure gcc --with-gnu-as nor --with-as=... Sorry, I usually do this to avoid the vagaries of whatever version of gas/gld happens to be bundled. > And in that case > checking whether a default assembler was specified... no > and gas_flag=no > So, the change to do the 32/64-bit flags for linux only for > i?86-*-*:yes | x86_64-*-*:yes ) > looks just wrong, that should be :* instead of :yes in both cases. I'm trying this just now on all of x86_64-pc-linux-gnu, i386-pc-solaris2.11 with --with-gnu-as, and x86_64-apple-darwin21.6.0.
