From: Alexandre Oliva Date: Thu, 24 Jan 2002 02:48:04 +0000 (+0000) Subject: * configure.host: Accept sparcv9 as alias for sparc64. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ea87b71bed61d157e1f95597216b08909e109d04;p=binutils-gdb.git * configure.host: Accept sparcv9 as alias for sparc64. * configure.tgt: Likewise. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fbb7139180c..7de690d0a3e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2002-01-24 Alexandre Oliva + + * configure.host: Accept sparcv9 as alias for sparc64. + * configure.tgt: Likewise. + 2002-01-22 Kevin Buettner * solib-aix5.c (build_so_list_from_mapfile) 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 ;; diff --git a/gdb/configure.tgt b/gdb/configure.tgt index ad544832e75..eeaca170e97 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 ;;