Mon Jul 21 20:10:16 UTC 2003 Brendan Conoboy <blc@redhat.com>

* configure.host: Set gdb_host_cpu=arm when host_cpu=xscale
This commit is contained in:
Brendan Conoboy 2003-08-08 00:47:50 +00:00
parent 7f313d077f
commit 7a76ced5c4
2 changed files with 5 additions and 0 deletions

View 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

View 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