Add configure handling of x86_64-*-solaris2.1[0-9]*
authorJoel Brobecker <brobecker@gnat.com>
Tue, 19 Jan 2010 10:22:42 +0000 (10:22 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 19 Jan 2010 10:22:42 +0000 (10:22 +0000)
        * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
        i[34567]86-*-solaris2.1[0-9]*.
        * configure.tgt: Likewise.

gdb/ChangeLog
gdb/configure.host
gdb/configure.tgt

index f491f142a987f5ffd806edc6696afbd4801fff51..aab274709fd5da91ae891552374b1a89c0998cd9 100644 (file)
@@ -1,3 +1,9 @@
+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
index 1d6218f4422bb23847c05d9cff73ba224441d223..794eeee573b69cff8c145fb0970139e55cb467bf 100644 (file)
@@ -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 ;;
 
index 69b1f277ae4f948017eaff635e9e5b2b0cb50406..62e66837808d99ddf80f9af4e0b791245b23f76b 100644 (file)
@@ -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 \