* configure.in: Add xtensa-*-* targets to test for dwarf2 debug_line.
authorbwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Nov 2003 01:32:12 +0000 (01:32 +0000)
committerbwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Nov 2003 01:32:12 +0000 (01:32 +0000)
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73786 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 7d5c09e..6f83a5a 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 11ecfe1..43ced01 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 9ba6b51..c84e3c9 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*-*-*)