From: Julian Brown Date: Thu, 22 Aug 2013 15:36:53 +0000 (+0000) Subject: configure.ac: Add aarch64 to list of arches which use "nop" in debug_line test. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1bea243d3270859064723ac47172343ce95ed88a;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4ebbc85e509..08c4e318448 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2013-08-22 Julian Brown + + * configure.ac: Add aarch64 to list of arches which use "nop" in + debug_line test. + * configure: Regenerate. + 2013-08-22 Andreas Krebbel * config/s390/linux.h (TARGET_LIBC_HAS_FUNCTION): Define as diff --git a/gcc/configure b/gcc/configure index 1e9be8e9fe7..a0d6e733058 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) 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)