mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
6 lines
103 B
Bash
6 lines
103 B
Bash
SCRIPT_NAME=m68kcoff
|
|
OUTPUT_FORMAT="coff-m68k"
|
|
TEXT_START_ADDR=0x1000000
|
|
PAGE_SIZE=0x1000000
|
|
ARCH=m68k
|