Browse Source
* Makefile.in (emipslnews.c): New target. * emulparams/mipslnews.sh: New file.gdb-4_18-branch
1 changed files with 9 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||
SCRIPT_NAME=mips |
|||
OUTPUT_FORMAT="ecoff-littlemips" |
|||
BIG_OUTPUT_FORMAT="ecoff-bigmips" |
|||
LITTLE_OUTPUT_FORMAT="ecoff-littlemips" |
|||
TARGET_PAGE_SIZE=0x1000000 |
|||
ARCH=mips |
|||
TEXT_START_ADDR=0x80080000 |
|||
DATA_ADDR=. |
|||
EMBEDDED=yes |
|||
Loading…
Reference in new issue