mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 23:32:21 +08:00
8 lines
148 B
Bash
8 lines
148 B
Bash
EMULATION_NAME=i386bsd
|
|
SCRIPT_NAME=aout
|
|
OUTPUT_FORMAT="a.out-i386-bsd"
|
|
PAGE_SIZE=0x1000
|
|
TEXT_START_ADDR=0
|
|
NONPAGED_TEXT_START_ADDR=0x1000
|
|
ARCH=i386
|