blob: cbe4da48fef7db700298561ba5a9efed443b6a6d (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
12
 | --- ./gas/configure.in.orig	2011-05-18 09:41:14.000000000 +0000
+++ ./gas/configure.in	2012-01-21 13:31:35.000000000 +0000
@@ -213,6 +213,9 @@
 	  mips64vr | mips64vrel)
 	    mips_cpu=vr4100
 	    ;;
+      mipsallegrex | mipsallegrexel)
+        mips_cpu=allegrex
+        ;;
 	  mipsisa32r2* | mipsisa64r2*)
 changequote(,)dnl
 	    mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
 |