https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102755
--- Comment #3 from Duncan Simpson <dr.duncan.p.simpson at gmx dot com> --- On 15/10/2021 00:32, pinskia at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102755 > > Andrew Pinski <pinskia at gcc dot gnu.org> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > Keywords| |build > > --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- > What exact configure line did you do? > Also what exact error message is happening and when? While building gcc's > library or otherwise? I *can* build the cross compiler because the override spec files get the assembler name right when I use --with-as=<cross assembler>. There are no problems building the compiler or libraries. The problem only occurs when I attempt to cross compile something because as, which is a x86_64 native assembler, dies badly when fed arm64 options and assembly language. What the proposed fix does is make --wirh-as also affect the built compiler.