summaryrefslogtreecommitdiff
path: root/gcc/configure.ac
diff options
context:
space:
mode:
authorjules <jules@138bc75d-0d04-0410-961f-82ee72b054a4>2013-08-22 15:36:53 +0000
committerjules <jules@138bc75d-0d04-0410-961f-82ee72b054a4>2013-08-22 15:36:53 +0000
commitb3b2d3c1c4b53ae1bebad34e5e3f62d1c0246eb1 (patch)
tree950f8b48770859bc69cd4f2233c52e4d7452807b /gcc/configure.ac
parentb914218c7b2b6108527497c78f3fe4661f72a30c (diff)
downloadgcc-b3b2d3c1c4b53ae1bebad34e5e3f62d1c0246eb1.tar.gz
* configure.ac: Add aarch64 to list of arches which use "nop" in
debug_line test. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201923 138bc75d-0d04-0410-961f-82ee72b054a4
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 116ba133145..0797b5fa9af 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)