diff options
author | Joel Brobecker <brobecker@gnat.com> | 2010-01-19 10:22:42 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2010-01-19 10:22:42 +0000 |
commit | 03564ed93e6a55eebfecf452c538764d5b8488fe (patch) | |
tree | 10215a73a84d3beae71217da2c2b77f4ddf150fa /gdb/configure.host | |
parent | fb2e7cb482eb5d0fbc38c6050ac3f0eb24d377f3 (diff) | |
download | gdb-03564ed93e6a55eebfecf452c538764d5b8488fe.zip gdb-03564ed93e6a55eebfecf452c538764d5b8488fe.tar.gz gdb-03564ed93e6a55eebfecf452c538764d5b8488fe.tar.bz2 |
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.host | 3 |
1 files changed, 2 insertions, 1 deletions
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 ;; |