From: Bob Wilson Date: Fri, 21 Nov 2003 01:32:12 +0000 (+0000) Subject: configure.in: Add xtensa-*-* targets to test for dwarf2 debug_line. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d116bdf8e455e6246bd0f2d077eee30ff7b72a38;p=gcc.git configure.in: Add xtensa-*-* targets to test for dwarf2 debug_line. * configure.in: Add xtensa-*-* targets to test for dwarf2 debug_line. * configure: Regenerate. From-SVN: r73786 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7d5c09ea9b3..6f83a5af043 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-11-20 Bob Wilson + + * configure.in: Add xtensa-*-* targets to test for dwarf2 debug_line. + * configure: Regenerate. + 2003-11-20 Kelley Cook * Makefile.in (Makefile): Pass along CONFIG_SHELL. diff --git a/gcc/configure b/gcc/configure index 11ecfe1667b..43ced01cc69 100755 --- a/gcc/configure +++ b/gcc/configure @@ -7239,7 +7239,7 @@ esac case "$target" in i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \ | x86_64*-*-* | hppa*-*-* | arm*-*-* | strongarm*-*-* | xscale*-*-* \ - | xstormy16*-*-* | cris-*-*) + | xstormy16*-*-* | cris-*-* | xtensa-*-*) insn="nop" ;; ia64*-*-*) diff --git a/gcc/configure.in b/gcc/configure.in index 9ba6b51dd9d..c84e3c9021b 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -2409,7 +2409,7 @@ esac case "$target" in i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \ | x86_64*-*-* | hppa*-*-* | arm*-*-* | strongarm*-*-* | xscale*-*-* \ - | xstormy16*-*-* | cris-*-*) + | xstormy16*-*-* | cris-*-* | xtensa-*-*) insn="nop" ;; ia64*-*-*)