gcc: disable gccgo on cross+musl for now

we'll have to figure this out...
This commit is contained in:
q66 2021-01-21 12:13:15 +01:00
parent 3c6e5489ab
commit 0b13497597

View file

@ -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