OSDN Git Service

Mon Jul 21 20:10:16 UTC 2003 Brendan Conoboy <blc@redhat.com>
authorBrendan Conoboy <blc@redhat.com>
Fri, 8 Aug 2003 00:47:50 +0000 (00:47 +0000)
committerBrendan Conoboy <blc@redhat.com>
Fri, 8 Aug 2003 00:47:50 +0000 (00:47 +0000)
        * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale

gdb/ChangeLog
gdb/configure.host

index b17c141..11a4c9b 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jul 21 20:10:16 UTC 2003  Brendan Conoboy  <blc@redhat.com>
+
+       * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale
+
 Fri Aug  8 00:28:38 UTC 2003  Brendan Conoboy  <blc@redhat.com>
 
        * MAINTAINERS (write after approval): Added self
index b801589..fa973af 100644 (file)
@@ -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