From 134a7429b90253111226ec7151b9cfec0fc9e74c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 18 Jan 2014 18:04:35 +0100 Subject: [PATCH] chroot-gcc: fix x86 build. --- srcpkgs/chroot-gcc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/chroot-gcc/template b/srcpkgs/chroot-gcc/template index 3e012a2bd2a..f9b304971b9 100644 --- a/srcpkgs/chroot-gcc/template +++ b/srcpkgs/chroot-gcc/template @@ -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 "$@"