mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-05 00:04:22 +08:00
7 lines
127 B
Bash
7 lines
127 B
Bash
|
EMULATION_NAME=i386coff
|
||
|
SCRIPT_NAME=i386coff
|
||
|
OUTPUT_FORMAT="coff-i386"
|
||
|
TEXT_START_ADDR=0x1000000
|
||
|
PAGE_SIZE=0x1000000
|
||
|
ARCH=i386
|