mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-06 13:09:50 +00:00
da03bc7002
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
12 lines
239 B
Bash
12 lines
239 B
Bash
SCRIPT_NAME=elf
|
|
OUTPUT_FORMAT="elf32-littlearc"
|
|
LITTLE_OUTPUT_FORMAT="elf32-littlearc"
|
|
BIG_OUTPUT_FORMAT="elf32-bigarc"
|
|
TEXT_START_ADDR=0x0
|
|
MAXPAGESIZE=0x1000
|
|
NONPAGED_TEXT_START_ADDR=0x0
|
|
ARCH=arc
|
|
MACHINE=
|
|
ENTRY=start
|
|
#TEMPLATE_NAME=elf32
|