configure.in: Add xtensa-*-* targets to test for dwarf2 debug_line.
authorBob Wilson <bob.wilson@acm.org>
Fri, 21 Nov 2003 01:32:12 +0000 (01:32 +0000)
committerBob Wilson <bwilson@gcc.gnu.org>
Fri, 21 Nov 2003 01:32:12 +0000 (01:32 +0000)
* configure.in: Add xtensa-*-* targets to test for dwarf2 debug_line.
* configure: Regenerate.

From-SVN: r73786

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 7d5c09ea9b373e04550d4a440c1b1bb7c66d9ce4..6f83a5af043b757bb8676817f0912cca42b5cb11 100644 (file)
@@ -1,3 +1,8 @@
+2003-11-20  Bob Wilson  <bob.wilson@acm.org>
+
+       * configure.in: Add xtensa-*-* targets to test for dwarf2 debug_line.
+       * configure: Regenerate.
+
 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
 
        * Makefile.in (Makefile): Pass along CONFIG_SHELL.
index 11ecfe1667bb14f254363661dfc219a1c18af1ac..43ced01cc694d54bb33932675c7a4b388313d588 100755 (executable)
@@ -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*-*-*)
index 9ba6b51dd9d4835fe3be097e20783d9072517966..c84e3c9021b1bb5f3ace251c8f05fe4ff5846cd5 100644 (file)
@@ -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*-*-*)