arm-none-eabi-newlib: cannot be cross compiled
This commit is contained in:
parent
41e6b6ac5f
commit
bb186f4d1d
|
@ -26,14 +26,11 @@ lib32disabled=yes
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
nodebug=yes
|
nodebug=yes
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
|
nocross=yes
|
||||||
|
|
||||||
hostmakedepends="perl flex bison arm-none-eabi-binutils"
|
hostmakedepends="perl flex bison arm-none-eabi-binutils"
|
||||||
makedepends="zlib-devel gmp-devel mpfr-devel libmpc-devel isl15-devel"
|
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() {
|
_apply_patch() {
|
||||||
local args="$1" pname="$(basename $2)"
|
local args="$1" pname="$(basename $2)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue