summaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2010-01-19 10:22:42 +0000
committerJoel Brobecker <brobecker@gnat.com>2010-01-19 10:22:42 +0000
commit02082e48f6c5be58bca1256e04babb5daaba90bc (patch)
treedc762f9c6df4d7ae5ea2affb0e55bd050c03322e /gdb/configure.host
parent5b58a059a3b54f0f4229670ac536dc05f7f8c441 (diff)
downloadgdb-02082e48f6c5be58bca1256e04babb5daaba90bc.tar.gz
Add configure handling of x86_64-*-solaris2.1[0-9]*
* configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of i[34567]86-*-solaris2.1[0-9]*. * configure.tgt: Likewise.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r--gdb/configure.host3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/configure.host b/gdb/configure.host
index 1d6218f4422..794eeee573b 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 ;;