bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/29964] When will binutils support Windows on ARM (aarch64-


From: brecht at sanders dot org
Subject: [Bug binutils/29964] When will binutils support Windows on ARM (aarch64-pe) ?
Date: Sun, 15 Jan 2023 14:39:52 +0000

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

[Prev in Thread] Current Thread [Next in Thread]