Add r5900
[deliverable/binutils-gdb.git] / sim / mips / configure.in
index 938ba7fc425811e97f7c88812161d1cde4712738..179940af75e40862e339a51d103e22d84e4202e3 100644 (file)
@@ -7,6 +7,9 @@ SIM_AC_COMMON
 
 # Ensure a reasonable default simulator is constructed:
 case "${target}" in
+# start-sanitize-r5900
+  mips64vr59*-*-*)      SIMCONF="-mips3 --warnings -mcpu=r5900";;
+# end-sanitize-r5900
   mips64*-*-*)          SIMCONF="-mips0 --warnings";;
   mips16*-*-*)          SIMCONF="-mips0 --warnings";;
   mips*-*-*)            SIMCONF="-mips2 --warnings";;
This page took 0.022599 seconds and 4 git commands to generate.