2552fc24f1
* mipsbig.sh: New file. Big endian MIPS emulation. * config/mips-big.mt: New file. Use mipsbig emulation. * configure.in (mips-sgi-irix*): Use target mips-big. * Makefile.in (ALL_EMULATIONS): Added em_mipsbig.o. (em_mipsbig.c): New target. Uses mipsbig.sh.
5 lines
100 B
Bash
5 lines
100 B
Bash
EMULATION_NAME=mipsbig
|
|
SCRIPT_NAME=mips
|
|
OUTPUT_FORMAT="ecoff-bigmips"
|
|
PAGE_SIZE=0x1000000
|
|
ARCH=mips
|