binutils: set XBPS_TRIPLET when bootstrapping

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-09-04 18:34:39 +02:00
parent 8616747b51
commit e5f43c4d61
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ if [ "$CHROOT_READY" ]; then
checkdepends="bc"
else
unset XBPS_CHECK_PKGS
XBPS_TRIPLET=x86_64-unknown-linux-gnu
fi
makedepends+=" zlib-devel"