mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 01:45:52 +08:00
6 lines
99 B
Bash
6 lines
99 B
Bash
SCRIPT_NAME=aout
|
|
OUTPUT_FORMAT="a.out-newsos3"
|
|
TEXT_START_ADDR=0
|
|
TARGET_PAGE_SIZE=0x1000
|
|
ARCH=m68k
|