aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/configure.in')
-rw-r--r--gdb/configure.in7
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 ;;