mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
4900fc0695
Makefile.am: Re-enable ehppaelf.o, add ehppalinux.o configure.tgt: targ_emul=hppalinux for hppa*linux
8 lines
142 B
Bash
8 lines
142 B
Bash
SCRIPT_NAME=hppaelf
|
|
OUTPUT_FORMAT="elf32-hppa"
|
|
TEXT_START_ADDR=0x1000
|
|
TARGET_PAGE_SIZE=0x1000
|
|
ARCH=hppa
|
|
START="$START$"
|
|
TEMPLATE_NAME=hppaelf
|