* configure.host: Accept sparcv9 as alias for sparc64.
* configure.tgt: Likewise.
This commit is contained in:
parent
97c39797f4
commit
ea87b71bed
3 changed files with 8 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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 ;;
|
||||
|
|
|
@ -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 ;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue