aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorJulian Brown <julian@codesourcery.com>2013-08-22 15:36:53 +0000
committerJulian Brown <jules@gcc.gnu.org>2013-08-22 15:36:53 +0000
commit1bea243d3270859064723ac47172343ce95ed88a (patch)
tree950f8b48770859bc69cd4f2233c52e4d7452807b /gcc/configure
parentbcba7ecc113b82f1b80457df2b4edf35847fcf56 (diff)
downloadgcc-1bea243d3270859064723ac47172343ce95ed88a.zip
gcc-1bea243d3270859064723ac47172343ce95ed88a.tar.gz
gcc-1bea243d3270859064723ac47172343ce95ed88a.tar.bz2
configure.ac: Add aarch64 to list of arches which use "nop" in debug_line test.
* configure.ac: Add aarch64 to list of arches which use "nop" in debug_line test. * configure: Regenerate. From-SVN: r201923
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/configure b/gcc/configure
index 1e9be8e..a0d6e73 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -26118,8 +26118,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)