Commit 51a9af17 by Rainer Orth Committed by Rainer Orth

Build 64-bit libffi multilib for i?86-linux

	* configure.ac (i?86-*-*): Set TARGET to X86_64.
	* configure: Regenerate.

From-SVN: r183017
parent 0efbd687
2012-01-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* configure.ac (i?86-*-*): Set TARGET to X86_64.
* configure: Regenerate.
2011-12-07 Andrew Pinski <apinski@cavium.com> 2011-12-07 Andrew Pinski <apinski@cavium.com>
PR libffi/50051 PR libffi/50051
......
...@@ -11368,7 +11368,7 @@ case "$host" in ...@@ -11368,7 +11368,7 @@ case "$host" in
TARGET=X86_64; TARGETDIR=x86 TARGET=X86_64; TARGETDIR=x86
;; ;;
i?86-*-*) i?86-*-*)
TARGET=X86; TARGETDIR=x86 TARGET=X86_64; TARGETDIR=x86
;; ;;
ia64*-*-*) ia64*-*-*)
......
...@@ -99,7 +99,7 @@ case "$host" in ...@@ -99,7 +99,7 @@ case "$host" in
TARGET=X86_64; TARGETDIR=x86 TARGET=X86_64; TARGETDIR=x86
;; ;;
i?86-*-*) i?86-*-*)
TARGET=X86; TARGETDIR=x86 TARGET=X86_64; TARGETDIR=x86
;; ;;
ia64*-*-*) ia64*-*-*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment