Commit d116bdf8 by Bob Wilson Committed by Bob Wilson

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
parent e75f9147
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> 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.in (Makefile): Pass along CONFIG_SHELL. * Makefile.in (Makefile): Pass along CONFIG_SHELL.
......
...@@ -7239,7 +7239,7 @@ esac ...@@ -7239,7 +7239,7 @@ esac
case "$target" in case "$target" in
i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \ i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \
| x86_64*-*-* | hppa*-*-* | arm*-*-* | strongarm*-*-* | xscale*-*-* \ | x86_64*-*-* | hppa*-*-* | arm*-*-* | strongarm*-*-* | xscale*-*-* \
| xstormy16*-*-* | cris-*-*) | xstormy16*-*-* | cris-*-* | xtensa-*-*)
insn="nop" insn="nop"
;; ;;
ia64*-*-*) ia64*-*-*)
......
...@@ -2409,7 +2409,7 @@ esac ...@@ -2409,7 +2409,7 @@ esac
case "$target" in case "$target" in
i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \ i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \
| x86_64*-*-* | hppa*-*-* | arm*-*-* | strongarm*-*-* | xscale*-*-* \ | x86_64*-*-* | hppa*-*-* | arm*-*-* | strongarm*-*-* | xscale*-*-* \
| xstormy16*-*-* | cris-*-*) | xstormy16*-*-* | cris-*-* | xtensa-*-*)
insn="nop" insn="nop"
;; ;;
ia64*-*-*) ia64*-*-*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment