mirror of git://gcc.gnu.org/git/gcc.git
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>
|
2011-12-07 Andrew Pinski <apinski@cavium.com>
|
||||||
|
|
||||||
PR libffi/50051
|
PR libffi/50051
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
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*-*-*)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue