* configure.host: Accept sparcv9 as alias for sparc64.
authorAlexandre Oliva <aoliva@redhat.com>
Thu, 24 Jan 2002 02:48:04 +0000 (02:48 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Thu, 24 Jan 2002 02:48:04 +0000 (02:48 +0000)
* configure.tgt: Likewise.

gdb/ChangeLog
gdb/configure.host
gdb/configure.tgt

index fbb7139180cac818627c9a52691625c4a75b24a8..7de690d0a3e5faabdf49efcb52ae52c2a42ead50 100644 (file)
@@ -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)
index 7b50e6a4b42de7e8285c6002c894eaa6cb7964b0..574c3025b67d465b1487ad35a8ba55c79bcae5d9 100644 (file)
@@ -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 ;;
index ad544832e754ef71af932f471f3358135905f328..eeaca170e97d0829f8d4e0487b6d05110ac88913 100644 (file)
@@ -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 ;;
 
This page took 0.027588 seconds and 4 git commands to generate.