mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-09 09:03:24 +00: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
|