diff options
author | Stan Cox <scox@redhat.com> | 1998-04-18 22:45:37 +0000 |
---|---|---|
committer | Stan Cox <scox@redhat.com> | 1998-04-18 22:45:37 +0000 |
commit | 7c0892b3c3210035a1eb611e11ee285efb942cf5 (patch) | |
tree | 83b6f72713a467cc25ee9ab45e6173b96aa2ad67 /gdb/configure.tgt | |
parent | 307edcc0512a5806688626d980630b57982ac306 (diff) | |
download | gdb-7c0892b3c3210035a1eb611e11ee285efb942cf5.zip gdb-7c0892b3c3210035a1eb611e11ee285efb942cf5.tar.gz gdb-7c0892b3c3210035a1eb611e11ee285efb942cf5.tar.bz2 |
Added sparc86x support.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 3021f13..1c22988 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -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 |