mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-19 18:46:30 +00:00
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"
|