https://sourceware.org/bugzilla/show_bug.cgi?id=29964

--- Comment #3 from Brecht Sanders <brecht at sanders dot org> ---
target aarch64-w64-mingw32 support can be fixed to build by replacing:

aarch64-*-pe*)

with:

aarch64-*-pe* | aarch64-*-mingw*)

in the following files:

bfd/config.bfd
ld/configure.tgt
gas/configure.tgt

The resulting ld.exe now reports the following supported targets when running
ld --help:

pe-aarch64-little
pei-aarch64-little

Question:
Is there also a need for pe-bigobj-aarch64-little (similar to pe-bigobj-i386
and pe-bigobj-x86-64) ?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to