6e723af99a
configure.tgt: Recognize thumb-elf and arm-elf. Makefile.am (earmelf.o): New. Makefile.in: Rebuild.
17 lines
439 B
Bash
17 lines
439 B
Bash
# start-sanitize-armelf
|
|
MACHINE=
|
|
SCRIPT_NAME=elf
|
|
OUTPUT_FORMAT="elf32-littlearm"
|
|
BIG_OUTPUT_FORMAT="elf32-bigarm"
|
|
LITTLE_OUTPUT_FORMAT="elf32-littlearm"
|
|
TEXT_START_ADDR=0x0
|
|
ARCH=arm
|
|
MACHINE=
|
|
MAXPAGESIZE=256
|
|
ENTRY=_start
|
|
EMBEDDED=yes
|
|
|
|
# Hmmm, there's got to be a better way. This sets the stack to the
|
|
# top of the simulator memory (2^19 bytes).
|
|
OTHER_RELOCATING_SECTIONS='.stack 0x80000 : { _stack = .; *(.stack) }'
|
|
# end-sanitize-armelf
|