fsharp: doesn't build on/for ppc
This commit is contained in:
parent
8ffc2627e6
commit
c0e0c035f6
@ -19,3 +19,7 @@ lib32disabled=yes
|
|||||||
if [ "$XBPS_LIBC" = musl ]; then
|
if [ "$XBPS_LIBC" = musl ]; then
|
||||||
broken="mono crash on sgen-stw.c:69, not able to found stack_end"
|
broken="mono crash on sgen-stw.c:69, not able to found stack_end"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
ppc*) broken="ftbfs, unsupported" ;;
|
||||||
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user