diff options
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index bcebdaf..531f4587c 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -51,7 +51,6 @@ 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 ;; m32r*) gdb_host_cpu=m32r ;; xtensa*) gdb_host_cpu=xtensa ;; *) gdb_host_cpu=$host_cpu ;; |