build/cross_tools_gcc4: x86_64, explicit enable-multilib
* This was originally added circa 2012. via hrev43954 * Our toolchain appears to work fine now with explicit multilib enabled. Change-Id: I1f5d55c63a6b3b6ab1c4db95da3d14d5ef2da0df Reviewed-on: https://review.haiku-os.org/c/haiku/+/3315 Reviewed-by: Jérôme Duval <[email protected]>
This commit is contained in:
committed by
Alex von Gluck IV
parent
c33a98eebc
commit
f598f71cd5
@@ -36,10 +36,8 @@ i586-*)
|
|||||||
gdbConfigureArgs="--disable-multilib"
|
gdbConfigureArgs="--disable-multilib"
|
||||||
;;
|
;;
|
||||||
x86_64-*)
|
x86_64-*)
|
||||||
# GCC's default is to enable multilib, but there is a bug when
|
binutilsConfigureArgs="--enable-multilib"
|
||||||
# explicitly using --enable-multilib that causes a build
|
gccConfigureArgs="--enable-multilib"
|
||||||
# failure
|
|
||||||
binutilsConfigureArgs=""
|
|
||||||
binutilsTargets="$binutilsTargets,i386-efi-pe,x86_64-efi-pe"
|
binutilsTargets="$binutilsTargets,i386-efi-pe,x86_64-efi-pe"
|
||||||
gdbConfigureArgs="--disable-multilib"
|
gdbConfigureArgs="--disable-multilib"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user