From: Chung-Ju Wu <jasonw...@andestech.com> Chung-Ju Wu <jasonw...@gmail.com>
ChangeLog gcc/ * configure.ac: Add nds32 target for dwarf2 debug_line checking. * configure: Regenerated. --- gcc/configure | 2 +- gcc/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/configure b/gcc/configure index ba9c3dc..3dcf775 100755 --- a/gcc/configure +++ b/gcc/configure @@ -27813,7 +27813,7 @@ esac # version to the per-target configury. case "$cpu_type" in aarch64 | alpha | arc | arm | avr | bfin | cris | csky | i386 | m32c | m68k \ - | microblaze | mips | nios2 | pa | riscv | rs6000 | score | sparc | spu \ + | microblaze | mips | nds32 | nios2 | pa | riscv | rs6000 | score | sparc | spu \ | tilegx | tilepro | visium | xstormy16 | xtensa) insn="nop" ;; diff --git a/gcc/configure.ac b/gcc/configure.ac index b49670a..51f520c 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -4941,7 +4941,7 @@ esac # version to the per-target configury. case "$cpu_type" in aarch64 | alpha | arc | arm | avr | bfin | cris | csky | i386 | m32c | m68k \ - | microblaze | mips | nios2 | pa | riscv | rs6000 | score | sparc | spu \ + | microblaze | mips | nds32 | nios2 | pa | riscv | rs6000 | score | sparc | spu \ | tilegx | tilepro | visium | xstormy16 | xtensa) insn="nop" ;; -- 1.8.3.1