11 lines
300 B
Bash
11 lines
300 B
Bash
# If you change this file, please also look at files which source this one:
|
|
# elf32ltsmip.sh
|
|
|
|
. ${srcdir}/emulparams/elf32bmip.sh
|
|
OUTPUT_FORMAT="elf32-tradbigmips"
|
|
BIG_OUTPUT_FORMAT="elf32-tradbigmips"
|
|
LITTLE_OUTPUT_FORMAT="elf32-tradlittlemips"
|
|
unset DATA_ADDR
|
|
SHLIB_TEXT_START_ADDR=0
|
|
ENTRY=__start
|