diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2002-01-24 02:48:04 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2002-01-24 02:48:04 +0000 |
commit | ea87b71bed61d157e1f95597216b08909e109d04 (patch) | |
tree | 150e13745595a0b866a959824b73f4805c59f3cd /gdb/configure.host | |
parent | 97c39797f45c3a1b03f97b8a065a06745d5d39f4 (diff) | |
download | gdb-ea87b71bed61d157e1f95597216b08909e109d04.zip gdb-ea87b71bed61d157e1f95597216b08909e109d04.tar.gz gdb-ea87b71bed61d157e1f95597216b08909e109d04.tar.bz2 |
* configure.host: Accept sparcv9 as alias for sparc64.
* configure.tgt: Likewise.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 7b50e6a..574c302 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 ;; |