mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
da03bc7002
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
13 lines
258 B
Bash
13 lines
258 B
Bash
SCRIPT_NAME=elf
|
|
OUTPUT_FORMAT="elf32-s390"
|
|
TEXT_START_ADDR=0x00400000
|
|
MAXPAGESIZE=0x1000
|
|
NONPAGED_TEXT_START_ADDR=0x00400000
|
|
ARCH="s390:31-bit"
|
|
MACHINE=
|
|
NOP=0x07070707
|
|
TEMPLATE_NAME=elf32
|
|
GENERATE_SHLIB_SCRIPT=yes
|
|
GENERATE_PIE_SCRIPT=yes
|
|
NO_SMALL_DATA=yes
|