gcc: disable gccgo on cross+musl for now
we'll have to figure this out...
This commit is contained in:
parent
3c6e5489ab
commit
0b13497597
1 changed files with 5 additions and 0 deletions
|
@ -46,6 +46,11 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
mips*-musl|ppc*) _have_gccgo=no ;;
|
||||
esac
|
||||
|
||||
# FIXME
|
||||
if [ -n "$CROSS_BUILD" -a "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
_have_gccgo=no
|
||||
fi
|
||||
|
||||
if [ "$CHROOT_READY" ]; then
|
||||
hostmakedepends="tar texinfo perl flex"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue