diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-16 17:05:41 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-16 17:05:41 +0000 |
commit | f54a4242f1d24e5a348e959d9a3d3c22ace0a2cd (patch) | |
tree | 45cc27280c598e82bd447167a17747bbe46b5b10 /libffi/configure | |
parent | 0b6ad3e6faaf83af839fc6659b5df9c535b880fa (diff) | |
download | gcc-f54a4242f1d24e5a348e959d9a3d3c22ace0a2cd.tar.gz |
* configure.ac (i?86-*-solaris2.1[0-9]): Set TARGET to X86_64.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126683 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/configure')
-rwxr-xr-x | libffi/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libffi/configure b/libffi/configure index 5aa05d5b357..404475f353c 100755 --- a/libffi/configure +++ b/libffi/configure @@ -10305,6 +10305,9 @@ case "$host" in i?86-*-darwin*) TARGET=X86_DARWIN; TARGETDIR=x86 ;; + i?86-*-solaris2.1[0-9]*) + TARGET=X86_64; TARGETDIR=x86 + ;; i?86-*-*) TARGET=X86; TARGETDIR=x86 ;; |