[Bug bootstrap/88321] Crosscompiled gcc does not use preinstalled as

2024-03-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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 ...

[Bug bootstrap/88321] Crosscompiled gcc does not use preinstalled as

2018-12-03 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88321 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org S

[Bug bootstrap/88321] Crosscompiled gcc does not use preinstalled as

2018-12-03 Thread bugzi...@poradnik-webmastera.com
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