[ bfd/ChangeLog ]
[deliverable/binutils-gdb.git] / gas / configure.in
index ebffca6b9d84451309fb4edd56991beac4047232..0917fb83f79b4e64317a14d60e594a49b29e8ce3 100644 (file)
@@ -519,6 +519,9 @@ changequote([,])dnl
          mipsisa32 | mipsisa32el)
            mips_cpu=mips32
            ;;
+         mipsisa32r2 | mipsisa32r2el)
+           mips_cpu=mips32r2
+           ;;
          mipsisa64 | mipsisa64el)
            mips_cpu=mips64
            ;;
@@ -528,6 +531,11 @@ changequote([,])dnl
          mips64vr | mips64vrel)
            mips_cpu=vr4100
            ;;
+         mipsisa32r2*)
+changequote(,)dnl
+           mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
+changequote([,])dnl
+           ;;
          mips64* | mipsisa64* | mipsisa32*)
 changequote(,)dnl
            mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
This page took 0.025472 seconds and 4 git commands to generate.