mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-07 02:40:27 +08:00
Build 64-bit libffi multilib for i?86-linux
* configure.ac (i?86-*-*): Set TARGET to X86_64. * configure: Regenerate. From-SVN: r183017
This commit is contained in:
parent
0efbd687f3
commit
51a9af17e0
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
PR libffi/50051
|
||||
|
2
libffi/configure
vendored
2
libffi/configure
vendored
@ -11368,7 +11368,7 @@ case "$host" in
|
||||
TARGET=X86_64; TARGETDIR=x86
|
||||
;;
|
||||
i?86-*-*)
|
||||
TARGET=X86; TARGETDIR=x86
|
||||
TARGET=X86_64; TARGETDIR=x86
|
||||
;;
|
||||
|
||||
ia64*-*-*)
|
||||
|
@ -99,7 +99,7 @@ case "$host" in
|
||||
TARGET=X86_64; TARGETDIR=x86
|
||||
;;
|
||||
i?86-*-*)
|
||||
TARGET=X86; TARGETDIR=x86
|
||||
TARGET=X86_64; TARGETDIR=x86
|
||||
;;
|
||||
|
||||
ia64*-*-*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user