fsharp: doesn't build on/for ppc

This commit is contained in:
q66 2020-11-30 04:41:10 +01:00
parent 8ffc2627e6
commit c0e0c035f6

View file

@ -19,3 +19,7 @@ lib32disabled=yes
if [ "$XBPS_LIBC" = musl ]; then
broken="mono crash on sgen-stw.c:69, not able to found stack_end"
fi
case "$XBPS_TARGET_MACHINE" in
ppc*) broken="ftbfs, unsupported" ;;
esac