[ARC] Check the assembler for gdwar2 support.
authorClaudiu Zissulescu <claziss@synopsys.com>
Mon, 18 Sep 2017 13:56:01 +0000 (15:56 +0200)
committerClaudiu Zissulescu <claziss@gcc.gnu.org>
Mon, 18 Sep 2017 13:56:01 +0000 (15:56 +0200)
gcc/
2017-09-18  Claudiu Zissulescu  <claziss@synopsys.com>

* configure.ac: Add arc and check if assembler supports gdwar2.
* configure: Regenerate.

From-SVN: r252927

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index 9c2a685c38e392d3f894af18184844b95b08fd05..39bae5be959f31697e8b00c22ba01dd26cc36e9d 100644 (file)
@@ -1,3 +1,8 @@
+2017-09-18  Claudiu Zissulescu  <claziss@synopsys.com>
+
+       * configure.ac: Add arc and check if assembler supports gdwarf2.
+       * configure: Regenerate.
+
 2017-09-18  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/82220
index 9cee6700a08c21be754bc083adaf552b339b0987..13f97cd3663bec3a1c3e05df0cf7ba53ec80483e 100755 (executable)
@@ -27664,9 +27664,9 @@ esac
 # ??? Once 2.11 is released, probably need to add first known working
 # version to the per-target configury.
 case "$cpu_type" in
-  aarch64 | alpha | arm | avr | bfin | cris | i386 | m32c | m68k | microblaze \
-  | mips | nios2 | pa | riscv | rs6000 | score | sparc | spu | tilegx \
-  | tilepro | visium | xstormy16 | xtensa)
+  aarch64 | alpha | arc | arm | avr | bfin | cris | i386 | m32c | m68k \
+  | microblaze | mips | nios2 | pa | riscv | rs6000 | score | sparc | spu \
+  | tilegx | tilepro | visium | xstormy16 | xtensa)
     insn="nop"
     ;;
   ia64 | s390)
index 0c0e3597cdad0fd1e4f69c374fe059a52387e143..827113892817398d13991c88311ba584abee60ab 100644 (file)
@@ -4810,9 +4810,9 @@ esac
 # ??? Once 2.11 is released, probably need to add first known working
 # version to the per-target configury.
 case "$cpu_type" in
-  aarch64 | alpha | arm | avr | bfin | cris | i386 | m32c | m68k | microblaze \
-  | mips | nios2 | pa | riscv | rs6000 | score | sparc | spu | tilegx \
-  | tilepro | visium | xstormy16 | xtensa)
+  aarch64 | alpha | arc | arm | avr | bfin | cris | i386 | m32c | m68k \
+  | microblaze | mips | nios2 | pa | riscv | rs6000 | score | sparc | spu \
+  | tilegx | tilepro | visium | xstormy16 | xtensa)
     insn="nop"
     ;;
   ia64 | s390)