arm-none-eabi-newlib: cannot be cross compiled

This commit is contained in:
Jürgen Buchmüller 2017-12-13 09:38:17 +01:00
parent 41e6b6ac5f
commit bb186f4d1d

View file

@ -26,14 +26,11 @@ lib32disabled=yes
nostrip=yes
nodebug=yes
create_wrksrc=yes
nocross=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)"