aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r--gcc/configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac
index 116ba13..0797b5f 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -4219,8 +4219,9 @@ esac
# ??? Once 2.11 is released, probably need to add first known working
# version to the per-target configury.
case "$cpu_type" in
- alpha | arm | avr | bfin | cris | i386 | m32c | m68k | microblaze | mips \
- | pa | rs6000 | score | sparc | spu | tilegx | tilepro | xstormy16 | xtensa)
+ aarch64 | alpha | arm | avr | bfin | cris | i386 | m32c | m68k | microblaze
+ | mips | pa | rs6000 | score | sparc | spu | tilegx | tilepro | xstormy16
+ | xtensa)
insn="nop"
;;
ia64 | s390)