diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-03-28 20:54:27 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-03-28 20:54:27 +0000 |
commit | 078aeca489d78e3fcd5c35550efa40966d9b0176 (patch) | |
tree | bba395a537bfcc63bf33224204b39327e296c6a0 /gdb/configure.in | |
parent | 867a58b36825c0970743e3786809048c690c33f9 (diff) | |
download | gdb-078aeca489d78e3fcd5c35550efa40966d9b0176.zip gdb-078aeca489d78e3fcd5c35550efa40966d9b0176.tar.gz gdb-078aeca489d78e3fcd5c35550efa40966d9b0176.tar.bz2 |
* configure.in (sparc64-*-solaris2*): Delete.
Stick with sparc-*-solaris2*.
* configure: Regenerated.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 6365fbb..f67b3aa 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -595,7 +595,12 @@ sparc-*-*) gdb_target=sun4os4 ;; # Use sparc-em for sparclet for now. sparclet-*-*) gdb_target=sparc-em ;; sparclite*-*-*) gdb_target=sparclite ;; -sparc64-*-solaris2*) gdb_target=sp64sol2 ;; +# 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 +# regs (some of which are usable in v8plus) so sp64sol.mt hasn't been +# deleted though presumably it should be eventually. +#sparc64-*-solaris2*) gdb_target=sp64sol2 ;; sparc64-*-*) gdb_target=sp64 ;; tahoe-*-*) gdb_target=tahoe ;; |