From 7a76ced5c49a81b56c204995065c0d5fe2b81a23 Mon Sep 17 00:00:00 2001 From: Brendan Conoboy Date: Fri, 8 Aug 2003 00:47:50 +0000 Subject: Mon Jul 21 20:10:16 UTC 2003 Brendan Conoboy * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale --- gdb/configure.host | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/configure.host') 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 -- cgit v1.1