diff options
author | Claudiu Zissulescu <claziss@synopsys.com> | 2017-09-18 15:56:01 +0200 |
---|---|---|
committer | Claudiu Zissulescu <claziss@gcc.gnu.org> | 2017-09-18 15:56:01 +0200 |
commit | 7c22e690457a1adcb16c599416f4aa9fa83fc353 (patch) | |
tree | 558ab13248396d1054395d11075321cb168bd9e2 | |
parent | 10d8c51f302ae1899d7fe9e4d48edb2cfb294ad9 (diff) | |
download | gcc-7c22e690457a1adcb16c599416f4aa9fa83fc353.zip gcc-7c22e690457a1adcb16c599416f4aa9fa83fc353.tar.gz gcc-7c22e690457a1adcb16c599416f4aa9fa83fc353.tar.bz2 |
[ARC] Check the assembler for gdwar2 support.
gcc/
2017-09-18 Claudiu Zissulescu <claziss@synopsys.com>
* configure.ac: Add arc and check if assembler supports gdwar2.
* configure: Regenerate.
From-SVN: r252927
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rwxr-xr-x | gcc/configure | 6 | ||||
-rw-r--r-- | gcc/configure.ac | 6 |
3 files changed, 11 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9c2a685..39bae5b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/configure b/gcc/configure index 9cee670..13f97cd 100755 --- a/gcc/configure +++ b/gcc/configure @@ -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) diff --git a/gcc/configure.ac b/gcc/configure.ac index 0c0e359..8271138 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -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) |