mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 14:34:51 +01:00
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@20228 a95241bf-73f2-0310-859d-f6bbb57e9c96
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
|