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 | |
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.
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/configure.host | 4 | ||||
-rw-r--r-- | gdb/configure.tgt | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fbb7139..7de690d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2002-01-24 Alexandre Oliva <aoliva@redhat.com> + + * configure.host: Accept sparcv9 as alias for sparc64. + * configure.tgt: Likewise. + 2002-01-22 Kevin Buettner <kevinb@redhat.com> * solib-aix5.c (build_so_list_from_mapfile) 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 ;; diff --git a/gdb/configure.tgt b/gdb/configure.tgt index ad54483..eeaca17 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -278,7 +278,7 @@ sparc86x-*-*) gdb_target=sparclite ;; # deleted though presumably it should be eventually. #sparc64-*-solaris2*) gdb_target=sp64sol2 ;; sparc64-*-linux*) gdb_target=sp64linux ;; -sparc64-*-*) gdb_target=sp64 ;; +sparcv9-*-* | sparc64-*-*) gdb_target=sp64 ;; xstormy16-*-*) gdb_target=xstormy16 ;; |