mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 12:33:36 +08:00
1ab4cd57ed
System V file name limitations. * configure.tgt (nc32k-pc532-mach*, ns32k-pc532-ux*): Use pc532macha rather than pc532machaout. * Makefile.in (ALL_EMULATIONS): Change epc532machaout.o to epc532macha.o. (epc532macha.c): Rename target from epc532machaout.c.
7 lines
144 B
Bash
7 lines
144 B
Bash
SCRIPT_NAME=aout
|
|
OUTPUT_FORMAT="a.out-pc532-mach"
|
|
TARGET_PAGE_SIZE=0x1000
|
|
TEXT_START_ADDR="0x10020"
|
|
NONPAGED_TEXT_START_ADDR=0x10000
|
|
ARCH=ns32k
|