configure.ac: Add aarch64 to list of arches which use "nop" in debug_line test.
authorJulian Brown <julian@codesourcery.com>
Thu, 22 Aug 2013 15:36:53 +0000 (15:36 +0000)
committerJulian Brown <jules@gcc.gnu.org>
Thu, 22 Aug 2013 15:36:53 +0000 (15:36 +0000)
* configure.ac: Add aarch64 to list of arches which use "nop" in
debug_line test.
* configure: Regenerate.

From-SVN: r201923

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index 4ebbc85e509870535a575858121401c63887e153..08c4e3184486659a15687b41ca23f1a9342d77a9 100644 (file)
@@ -1,3 +1,9 @@
+2013-08-22  Julian Brown  <julian@codesourcery.com>
+
+       * configure.ac: Add aarch64 to list of arches which use "nop" in
+       debug_line test.
+       * configure: Regenerate.
+
 2013-08-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
 
        * config/s390/linux.h (TARGET_LIBC_HAS_FUNCTION): Define as
index 1e9be8e9fe70134016a97daed63d2e5bc36a7097..a0d6e73305877361b0012ff1d644ed4c5032225e 100755 (executable)
@@ -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)
index 116ba133145aeb9805d2922e2778898412279122..0797b5fa9af568ad67e313e7fd35edf4453d6608 100644 (file)
@@ -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)