summaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2002-01-24 02:48:04 +0000
committerAlexandre Oliva <aoliva@redhat.com>2002-01-24 02:48:04 +0000
commitbcd66f729f39e175e0b405a5d9179229f4ccd2b0 (patch)
treec70c0b045ae436eb549719a131451f3f4efaa747 /gdb/configure.host
parent9fb9b1779fa9ecb5a63949bf1f5301b1ebc3c798 (diff)
downloadgdb-bcd66f729f39e175e0b405a5d9179229f4ccd2b0.tar.gz
* configure.host: Accept sparcv9 as alias for sparc64.
* configure.tgt: Likewise.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r--gdb/configure.host4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/configure.host b/gdb/configure.host
index 7b50e6a4b42..574c3025b67 100644
--- a/gdb/configure.host
+++ b/gdb/configure.host
@@ -18,7 +18,7 @@ m68*) gdb_host_cpu=m68k ;;
m88*) gdb_host_cpu=m88k ;;
mips*) gdb_host_cpu=mips ;;
powerpc*) gdb_host_cpu=powerpc ;;
-sparc64) gdb_host_cpu=sparc ;;
+sparcv9 | sparc64) gdb_host_cpu=sparc ;;
s390*) gdb_host_cpu=s390 ;;
x86_64*) gdb_host_cpu=i386 ;;
*) gdb_host_cpu=$host_cpu ;;
@@ -145,7 +145,7 @@ sparc-*-sunos4*) gdb_host=sun4os4 ;;
sparc-*-sunos5*) gdb_host=sun4sol2 ;;
sparc-*-*) gdb_host=sun4os4 ;;
sparc64-*-linux*) gdb_host=linux ;;
-sparc64-*-*) gdb_host=sun4sol2 ;;
+sparcv9-*-* | sparc64-*-*) gdb_host=sun4sol2 ;;
strongarm-*-*) gdb_host=arm ;;
xscale-*-*) gdb_host=arm ;;