aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog6
-rw-r--r--gdb/configure.host3
-rw-r--r--gdb/configure.tgt2
3 files changed, 9 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f491f14..aab2747 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2010-01-19 Joel Brobecker <brobecker@adacore.com>
+ * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
+ i[34567]86-*-solaris2.1[0-9]*.
+ * configure.tgt: Likewise.
+
+2010-01-19 Joel Brobecker <brobecker@adacore.com>
+
* NEWS: Document the source command enhancement allowing it
to load Python scripts. Document the "set/show script-extension"
commands.
diff --git a/gdb/configure.host b/gdb/configure.host
index 1d6218f..794eeee 100644
--- a/gdb/configure.host
+++ b/gdb/configure.host
@@ -100,7 +100,8 @@ i[3456]86-*-nto*) gdb_host=nto ;;
i[34567]86-*-openbsd[0-2].* | i[34567]86-*-openbsd3.[0-3])
gdb_host=obsdaout ;;
i[34567]86-*-openbsd*) gdb_host=obsd ;;
-i[34567]86-*-solaris2.1[0-9]*) gdb_host=sol2-64 ;;
+i[34567]86-*-solaris2.1[0-9]* | x86_64-*-solaris2.1[0-9]*)
+ gdb_host=sol2-64 ;;
i[34567]86-*-solaris*) gdb_host=i386sol2 ;;
i[34567]86-*-cygwin*) gdb_host=cygwin ;;
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index 69b1f27..62e6683 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -187,7 +187,7 @@ i[34567]86-*-nto*)
i386-nto-tdep.o nto-tdep.o"
build_gdbserver=yes
;;
-i[34567]86-*-solaris2.1[0-9]*)
+i[34567]86-*-solaris2.1[0-9]* | x86_64-*-solaris2.1[0-9]*)
# Target: Solaris x86_64
gdb_target_obs="i386-tdep.o i387-tdep.o amd64-tdep.o amd64-sol2-tdep.o \
i386-sol2-tdep.o sol2-tdep.o \