https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88321
--- Comment #3 from Andrew Pinski ---
The place where gcc usually finds the cross assembler/linker is
aarch64-linux-gnu/bin/ rather than via the cross name unless you supply
--with-as .
Though I wonder if this should change ...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88321
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88321
--- Comment #1 from Daniel Fruzynski ---
Update: there is workaround for this, pass
"--with-ld=/bin/x86_64-w64-mingw32-ld --with-as=/bin/x86_64-w64-mingw32-as" to
configure script.
I also tried to use "--with-ld=x86_64-w64-mingw32-ld
--with-as=x