mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
6 lines
95 B
Bash
6 lines
95 B
Bash
|
SCRIPT_NAME=elf
|
||
|
OUTPUT_FORMAT="elf32-pjl"
|
||
|
TEXT_START_ADDR=0x1000000
|
||
|
MAXPAGESIZE=0x1000
|
||
|
ARCH=pj
|