arm-none-eabi-newlib: aarch64* broken for now

This commit is contained in:
Jürgen Buchmüller 2017-12-13 09:32:57 +01:00
parent 63d7d09298
commit 41e6b6ac5f
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@ create_wrksrc=yes
hostmakedepends="perl flex bison arm-none-eabi-binutils"
makedepends="zlib-devel gmp-devel mpfr-devel libmpc-devel isl15-devel"
case "$XBPS_TARGET_MACHINE" in
aarch64*) broken="arm-none-eabi-binutils needs to be built for the host" ;;
esac
_apply_patch() {
local args="$1" pname="$(basename $2)"