From d116bdf8e455e6246bd0f2d077eee30ff7b72a38 Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Fri, 21 Nov 2003 01:32:12 +0000 Subject: 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 --- gcc/ChangeLog | 5 +++++ gcc/configure | 2 +- gcc/configure.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7d5c09e..6f83a5a 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 11ecfe1..43ced01 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 9ba6b51..c84e3c9 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*-*-*) -- cgit v1.1