mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
10 lines
195 B
Bash
10 lines
195 B
Bash
|
ARCH=i386
|
||
|
SCRIPT_NAME=pe
|
||
|
OUTPUT_FORMAT="pei-i386"
|
||
|
RELOCATEABLE_OUTPUT_FORMAT="pe-i386"
|
||
|
TEMPLATE_NAME=pe
|
||
|
ENTRY="___PosixProcessStartup"
|
||
|
SUBSYSTEM=7
|
||
|
EXECUTABLE_NAME=a.out
|
||
|
INITIAL_SYMBOL_CHAR=\"_\"
|