https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123841
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- 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=...
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.