mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-30 05:23:49 +08:00
10 lines
220 B
Bash
10 lines
220 B
Bash
ARCH="i386:x86-64"
|
|
SCRIPT_NAME=pep
|
|
OUTPUT_FORMAT="pei-x86-64"
|
|
RELOCATEABLE_OUTPUT_FORMAT="pe-x86-64"
|
|
TEMPLATE_NAME=pep
|
|
ENTRY="_mainCRTStartup"
|
|
SUBSYSTEM=PE_DEF_SUBSYSTEM
|
|
INITIAL_SYMBOL_CHAR=\"_\"
|
|
TARGET_PAGE_SIZE=0x1000
|