mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
6 lines
94 B
Bash
6 lines
94 B
Bash
|
SCRIPT_NAME=elf
|
||
|
OUTPUT_FORMAT="elf32-pj"
|
||
|
TEXT_START_ADDR=0x1000000
|
||
|
MAXPAGESIZE=0x1000
|
||
|
ARCH=pj
|