mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
6 lines
104 B
Bash
6 lines
104 B
Bash
SCRIPT_NAME=riscix
|
|
OUTPUT_FORMAT="a.out-riscix"
|
|
TEXT_START_ADDR=0x8000
|
|
TARGET_PAGE_SIZE=0x8000
|
|
ARCH=arm
|