mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cross-armv7l-linux-musleabihf: don't build on self
This commit is contained in:
parent
79613be6a1
commit
7e56b7a036
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@ nostrip_files="libcaf_single.a libgcc.a libgcov.a libgcc_eh.a
|
||||||
libgnarl_pic.a libgnarl.a libgnat_pic.a libgnat.a"
|
libgnarl_pic.a libgnarl.a libgnat_pic.a libgnat.a"
|
||||||
depends="${pkgname}-libc-${version}_${revision}"
|
depends="${pkgname}-libc-${version}_${revision}"
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_MACHINE" = "armv7l-musl" ]; then
|
||||||
|
broken="Can't build crosstoolchain to itself"
|
||||||
|
fi
|
||||||
|
|
||||||
_apply_patch() {
|
_apply_patch() {
|
||||||
local args="$1" pname="$(basename $2)"
|
local args="$1" pname="$(basename $2)"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue