41392f033d
to allow elf32.em to be used by ports that require some minor variations or a few extra functions. Implement for hppaelf and armelf. Fix header file include order in m68kcoff.em
10 lines
177 B
Bash
10 lines
177 B
Bash
SCRIPT_NAME=hppaelf
|
|
OUTPUT_FORMAT="elf32-hppa"
|
|
TEXT_START_ADDR=0x1000
|
|
TARGET_PAGE_SIZE=0x1000
|
|
ARCH=hppa
|
|
NOP=0x08000240
|
|
START="$START$"
|
|
TEMPLATE_NAME=elf32
|
|
EXTRA_EM_FILE=hppaelf
|