mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-19 21:01:18 +01:00
7 lines
125 B
Bash
7 lines
125 B
Bash
|
SCRIPT_NAME=elf
|
||
|
OUTPUT_FORMAT="elf32-or32"
|
||
|
TEXT_START_ADDR=0x1000000
|
||
|
TARGET_PAGE_SIZE=0x1000000
|
||
|
MAXPAGESIZE=0x1000
|
||
|
ARCH=or32
|