chroot-gcc: fix x86 build.

This commit is contained in:
Juan RP 2014-01-18 18:04:35 +01:00
parent 5f76da1f18
commit 134a7429b9

View file

@ -66,7 +66,7 @@ _gmp_build() {
cp -f ${XBPS_CROSSPFDIR}/config.sub ../gmp-${_gmp_ver}/configfsf.sub
case "$XBPS_TARGET_MACHINE" in
i686*) _abi="ABI=32";;
i686*) _abi="env ABI=32";;
esac
${_abi} ../gmp-${_gmp_ver}/configure --prefix=${wrksrc}/buildtmp \
--disable-shared --enable-static "$@"