mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
c60b380679
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 <wej22007@outlook.com> Co-authored-by: Zac Walker <zac.walker@linaro.org>
10 lines
238 B
Bash
10 lines
238 B
Bash
ARCH="aarch64"
|
|
SCRIPT_NAME=pep
|
|
OUTPUT_FORMAT="pei-aarch64-little"
|
|
RELOCATEABLE_OUTPUT_FORMAT="pe-aarch64-little"
|
|
TEMPLATE_NAME=pep
|
|
SUBSYSTEM=PE_DEF_SUBSYSTEM
|
|
INITIAL_SYMBOL_CHAR=\"_\"
|
|
TARGET_PAGE_SIZE=0x1000
|
|
GENERATE_AUTO_IMPORT_SCRIPT=1
|