chroot-gcc: fix x86 build.

This commit is contained in:
Juan RP 2013-04-16 22:24:03 +02:00
parent be09f1ced3
commit af4148d9dd
1 changed files with 3 additions and 0 deletions

View File

@ -107,6 +107,9 @@ do_configure() {
if [ "$XBPS_TARGET_MACHINE" = "armv6l" ]; then
_floatabi="--with-float=hard"
elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
# Required by gmp
export ABI=32
fi
if [ "$CROSS_BUILD" ]; then