mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 19:14:52 +08:00
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.
6 lines
100 B
Bash
6 lines
100 B
Bash
EMULATION_NAME=mipsbig
|
|
SCRIPT_NAME=mips
|
|
OUTPUT_FORMAT="ecoff-bigmips"
|
|
PAGE_SIZE=0x1000000
|
|
ARCH=mips
|