From c60b3806799abf1d7f6cf5108a1b0e733a950b13 Mon Sep 17 00:00:00 2001 From: Jedidiah Thompson Date: Wed, 19 Oct 2022 10:57:12 +0200 Subject: aarch64-pe support for LD, GAS and BFD Allows aarch64-pe to be targeted natively, not having to use objcopy to convert it from ELF to PE. Based on initial work by Jedidiah Thompson Co-authored-by: Jedidiah Thompson Co-authored-by: Zac Walker --- ld/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'ld/Makefile.in') diff --git a/ld/Makefile.in b/ld/Makefile.in index 400eed2..21d7edb 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -887,6 +887,7 @@ ALL_64_EMULATION_SOURCES = \ eaarch64linux32.c \ eaarch64linux32b.c \ eaarch64linuxb.c \ + eaarch64pe.c \ eelf32_x86_64.c \ eelf32b4300.c \ eelf32bmip.c \ -- cgit v1.1