forked from Imagelibrary/binutils-gdb
* emulparams/elf32_i860.sh: New file.
* configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
* Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
(eelf32_i860.c): New rule.
* Makefile.in: Regenerate.
9 lines
192 B
Bash
9 lines
192 B
Bash
# A work in progress...
|
|
SCRIPT_NAME=elf
|
|
OUTPUT_FORMAT="elf32-i860-little"
|
|
BIG_OUTPUT_FORMAT="elf32-i860"
|
|
LITTLE_OUTPUT_FORMAT="elf32-i860-little"
|
|
PAGE_SIZE=0x1000
|
|
MAXPAGESIZE=0x1000
|
|
ARCH=i860
|