From 4d393d60c43d163ca00d80abdf7544f99c9915e0 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 4 May 2011 19:28:16 +0000 Subject: gdb: * configure.host (xscale*): Don't handle target. * configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't handle targets. gdb/gdbserver: * README: Don't mention xscale*-*-linux*. * configure.srv (xscale*-*-linux*): Don't handle target. gdb/testsuite: * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target. * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle targets. * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't handle targets. sim: * configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't handle targets. * configure: Regenerate. sim/testsuite: * configure: Regenerate. * sim/arm/allinsn.exp (xscale*-*-*): Don't handle target. * sim/arm/misc.exp (thumb*-*-*, xscale*-*-*): Don't handle targets. * sim/arm/iwmmxt/iwmmxt.exp: Test for arm*-*-* instead of xscale*-*-*. * sim/arm/thumb/allthumb.exp (thumb*-*-*): Don't handle target. * sim/arm/xscale/xscale.exp: Test for arm*-*-* instead of xscale*-*-*. --- sim/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim/configure') diff --git a/sim/configure b/sim/configure index b3d8b39..1cf0231 100755 --- a/sim/configure +++ b/sim/configure @@ -3623,7 +3623,7 @@ sim_common=yes sim_igen=no sim_arch= case "${target}" in - arm*-*-* | thumb*-*-* | strongarm*-*-* | xscale-*-*) + arm*-*-*) sim_arch=arm -- cgit v1.1