mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
Added sparc86x support.
This commit is contained in:
parent
307edcc051
commit
7c0892b3c3
@ -1,3 +1,7 @@
|
||||
Sat Apr 18 15:21:04 1998 Stan Cox <scox@cygnus.com>
|
||||
|
||||
* configure.tgt: Added sparc86x support.
|
||||
|
||||
Thu Apr 16 13:13:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
|
||||
|
||||
* rdi-share/etherdrv.c (EthernetWrite): Use strerror to get
|
||||
|
@ -271,7 +271,8 @@ sparc-*-sunos5*) gdb_target=sun4sol2 ;;
|
||||
sparc-*-vxworks*) gdb_target=vxsparc ;;
|
||||
sparc-*-*) gdb_target=sun4os4 ;;
|
||||
sparclet-*-*) gdb_target=sparclet;;
|
||||
sparclite*-*-*) gdb_target=sparclite ;;
|
||||
sparclite-*-*) gdb_target=sparclite ;;
|
||||
sparc86x-*-*) gdb_target=sparclite ;;
|
||||
# It's not clear what the right solution for "v8plus" systems is yet.
|
||||
# For now, stick with sparc-sun-solaris2 since that's what config.guess
|
||||
# should return. Work is still needed to get gdb to print the 64 bit
|
||||
|
Loading…
Reference in New Issue
Block a user