17 lines
380 B
Bash
17 lines
380 B
Bash
# If you change this file, please also look at files which source this one:
|
|
# elf32_sparc_vxworks.sh
|
|
|
|
SCRIPT_NAME=elf
|
|
OUTPUT_FORMAT="elf32-sparc"
|
|
TEXT_START_ADDR=0x10000
|
|
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
|
COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
|
|
ALIGNMENT=8
|
|
ARCH=sparc
|
|
MACHINE=
|
|
TEMPLATE_NAME=elf32
|
|
DATA_PLT=
|
|
GENERATE_SHLIB_SCRIPT=yes
|
|
GENERATE_PIE_SCRIPT=yes
|
|
NO_SMALL_DATA=yes
|