aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
authorBrendan Conoboy <blc@redhat.com>2003-08-08 00:47:50 +0000
committerBrendan Conoboy <blc@redhat.com>2003-08-08 00:47:50 +0000
commit7a76ced5c49a81b56c204995065c0d5fe2b81a23 (patch)
tree68eb56999059df1835cc5ddf8fd54f725ae5fa13 /gdb/configure.host
parent7f313d077f88e989a2288d3423a80b2c50f8ff19 (diff)
downloadfsf-binutils-gdb-7a76ced5c49a81b56c204995065c0d5fe2b81a23.zip
fsf-binutils-gdb-7a76ced5c49a81b56c204995065c0d5fe2b81a23.tar.gz
fsf-binutils-gdb-7a76ced5c49a81b56c204995065c0d5fe2b81a23.tar.bz2
Mon Jul 21 20:10:16 UTC 2003 Brendan Conoboy <blc@redhat.com>
* configure.host: Set gdb_host_cpu=arm when host_cpu=xscale
Diffstat (limited to 'gdb/configure.host')
-rw-r--r--gdb/configure.host1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host
index b801589..fa973af 100644
--- a/gdb/configure.host
+++ b/gdb/configure.host
@@ -21,6 +21,7 @@ sparcv9 | sparc64) gdb_host_cpu=sparc ;;
s390*) gdb_host_cpu=s390 ;;
sh*) gdb_host_cpu=sh ;;
x86_64*) gdb_host_cpu=i386 ;;
+xscale*) gdb_host_cpu=arm ;;
*) gdb_host_cpu=$host_cpu ;;
esac