mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
chroot-gcc: fix x86 build.
This commit is contained in:
parent
5f76da1f18
commit
134a7429b9
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ _gmp_build() {
|
||||||
cp -f ${XBPS_CROSSPFDIR}/config.sub ../gmp-${_gmp_ver}/configfsf.sub
|
cp -f ${XBPS_CROSSPFDIR}/config.sub ../gmp-${_gmp_ver}/configfsf.sub
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*) _abi="ABI=32";;
|
i686*) _abi="env ABI=32";;
|
||||||
esac
|
esac
|
||||||
${_abi} ../gmp-${_gmp_ver}/configure --prefix=${wrksrc}/buildtmp \
|
${_abi} ../gmp-${_gmp_ver}/configure --prefix=${wrksrc}/buildtmp \
|
||||||
--disable-shared --enable-static "$@"
|
--disable-shared --enable-static "$@"
|
||||||
|
|
Loading…
Add table
Reference in a new issue