[ bfd/ChangeLog ]
[deliverable/binutils-gdb.git] / gas / configure.in
index 9946a6789a5fc1d1b781f42340e970a64c39c61c..ec34939296dab5471607593fb2ed3d7ee4944172 100644 (file)
@@ -556,13 +556,16 @@ changequote([,])dnl
          mipsisa64 | mipsisa64el)
            mips_cpu=mips64
            ;;
+         mipsisa64r2 | mipsisa64r2el)
+           mips_cpu=mips64r2
+           ;;
          mipstx39 | mipstx39el)
            mips_cpu=r3900
            ;;
          mips64vr | mips64vrel)
            mips_cpu=vr4100
            ;;
-         mipsisa32r2*)
+         mipsisa32r2* | mipsisa64r2*)
 changequote(,)dnl
            mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
 changequote([,])dnl
This page took 0.024057 seconds and 4 git commands to generate.