0aecce1e34
(this fixes several linker problems and coredumps) These bits are taken from the FSF anoncvs repo on 10-April-2002 13:24 Zulu
8 lines
250 B
Bash
8 lines
250 B
Bash
# If you change this file, please also look at files which source this one:
|
|
# elf32elmip.sh elf32lsmip.sh
|
|
|
|
. ${srcdir}/emulparams/elf32bmip.sh
|
|
OUTPUT_FORMAT="elf32-littlemips"
|
|
BIG_OUTPUT_FORMAT="elf32-bigmips"
|
|
LITTLE_OUTPUT_FORMAT="elf32-littlemips"
|