mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 12:35:55 +08:00
a7e78dae79
* emulparams/i386pe.sh: Define ENTRY, SUBSYSTEM, and INITIAL_SYMBOL_CHAQR. * emulparams/i386pe_posix.sh: New file. * Makefile.am (YACC): If bison is not in the source tree, use @YACC@ rather than bison -y. (LEX): If flex is not in the source tree, use @LEX@ rather than flex. (ALL_EMULATIONS): Add ei386pe_posix.o. (ei386pe_posix.c): New target. * configure.tgt (i[3456]86-*-interix*): New target. * configure.host (i[3456]86-pc-interix*): New host. * Makefile.in: Rebuild.
9 lines
168 B
Bash
9 lines
168 B
Bash
ARCH=i386
|
|
SCRIPT_NAME=pe
|
|
OUTPUT_FORMAT="pei-i386"
|
|
RELOCATEABLE_OUTPUT_FORMAT="pe-i386"
|
|
TEMPLATE_NAME=pe
|
|
ENTRY="___mainCRTStartup"
|
|
SUBSYSTEM=3
|
|
INITIAL_SYMBOL_CHAR=\"_\"
|