gcc-4.7: force build triplet.

This commit is contained in:
Juan RP 2014-11-15 09:08:09 +01:00
parent 18c7ce2af2
commit 06d5170d3f

View File

@ -43,9 +43,7 @@ do_configure() {
_args+=" --disable-multilib --host=$XBPS_CROSS_TRIPLET --with-build-sysroot=${XBPS_CROSS_BASE}"
else
case "$XBPS_TARGET_MACHINE" in
arm*) _args+=" --build=${_triplet}";;
esac
_args+=" --build=${_triplet}"
fi
if [ -z "$CHROOT_READY" ]; then