aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgas/configure2
-rw-r--r--gas/configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/gas/configure b/gas/configure
index 1b53c03..4e9bbd9 100755
--- a/gas/configure
+++ b/gas/configure
@@ -12263,7 +12263,7 @@ _ACEOF
# Do we need the opcodes library?
case ${cpu_type} in
- vax | tic30 | i386)
+ vax | tic30 | i386 | arm)
;;
*)
diff --git a/gas/configure.ac b/gas/configure.ac
index 7a238b6..787ee53 100644
--- a/gas/configure.ac
+++ b/gas/configure.ac
@@ -420,7 +420,7 @@ changequote([,])dnl
# Do we need the opcodes library?
case ${cpu_type} in
- vax | tic30 | i386)
+ vax | tic30 | i386 | arm)
;;
*)