diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2012-01-09 16:20:18 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2012-01-09 16:20:18 +0000 |
commit | 51a9af17e0d2f081d2721000c919aafb70896832 (patch) | |
tree | 8a9fb262bf8ddd94b0bee9c171b2703d98f9ed09 /libffi/configure | |
parent | 0efbd687f3e56d31e1bf079d7adb926fd697a40d (diff) | |
download | gcc-51a9af17e0d2f081d2721000c919aafb70896832.zip gcc-51a9af17e0d2f081d2721000c919aafb70896832.tar.gz gcc-51a9af17e0d2f081d2721000c919aafb70896832.tar.bz2 |
Build 64-bit libffi multilib for i?86-linux
* configure.ac (i?86-*-*): Set TARGET to X86_64.
* configure: Regenerate.
From-SVN: r183017
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 3abd665..7a7d245 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*-*-*) |