diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-14 23:37:05 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-14 23:37:05 +0000 |
commit | 58841df845bd3af33863522070a28bce87ac3e37 (patch) | |
tree | d563c22c3faafdffa286d80334409c0bedf88efc /libffi/configure | |
parent | 78a91b66aaf0090cf488b66346b85e23e577183b (diff) | |
download | gcc-58841df845bd3af33863522070a28bce87ac3e37.tar.gz |
* configure.ac: Treat i*86-*-solaris2.10 and up as X86_64.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100959 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/configure')
-rwxr-xr-x | libffi/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libffi/configure b/libffi/configure index 7fccb389986..d13d1686e17 100755 --- a/libffi/configure +++ b/libffi/configure @@ -5377,6 +5377,7 @@ fi TARGETDIR="unknown" case "$host" in i*86-*-linux*) TARGET=X86; TARGETDIR=x86;; +i*86-*-solaris2.1[0-9]*) TARGET=X86_64; TARGETDIR=x86;; i*86-*-solaris*) TARGET=X86; TARGETDIR=x86;; i*86-*-beos*) TARGET=X86; TARGETDIR=x86;; i*86-*-freebsd* | i*86-*-kfreebsd*-gnu) TARGET=X86; TARGETDIR=x86;; |