diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-01-09 16:20:18 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-01-09 16:20:18 +0000 |
commit | 15ac1e637ad0cb92bf7629205c617ea847a4b810 (patch) | |
tree | 8a9fb262bf8ddd94b0bee9c171b2703d98f9ed09 /libffi/configure | |
parent | b04af9a7620e2ff839dcf47e50b0a9598be7f7fc (diff) | |
download | gcc-15ac1e637ad0cb92bf7629205c617ea847a4b810.tar.gz |
Build 64-bit libffi multilib for i?86-linux
* configure.ac (i?86-*-*): Set TARGET to X86_64.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183017 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/configure')
-rwxr-xr-x | libffi/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/configure b/libffi/configure index 3abd665a6f7..7a7d24559c3 100755 --- a/libffi/configure +++ b/libffi/configure @@ -11368,7 +11368,7 @@ case "$host" in TARGET=X86_64; TARGETDIR=x86 ;; i?86-*-*) - TARGET=X86; TARGETDIR=x86 + TARGET=X86_64; TARGETDIR=x86 ;; ia64*-*-*) |