mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 14:34:51 +01:00
10 lines
205 B
Bash
10 lines
205 B
Bash
SCRIPT_NAME=elf
|
|
TEMPLATE_NAME=generic
|
|
EXTRA_EM_FILE=genelf
|
|
OUTPUT_FORMAT="elf32-or32"
|
|
NO_RELA_RELOCS=yes
|
|
TEXT_START_ADDR=0x1000000
|
|
TARGET_PAGE_SIZE=0x1000000
|
|
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
|
ARCH=or32
|