arm-none-eabi-newlib: aarch64* broken for now
This commit is contained in:
parent
63d7d09298
commit
41e6b6ac5f
|
@ -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)"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user