openjdk15-bootstrap: disable on armv[56]

This commit is contained in:
classabbyamp 2022-04-20 21:05:43 -04:00 committed by Leah Neukirchen
parent 56079f78ce
commit 14fb0b9ab5

View file

@ -49,10 +49,11 @@ nocross=yes
# Build is still parallel, but don't use -jN.
disable_parallel_build=yes
# no hotspot JIT for ppc32
case "$XBPS_TARGET_MACHINE" in
ppc64*) ;;
# no hotspot JIT for ppc32
ppc*) _use_zero=yes ;;
armv[56]*) broken="Unsupported architecture" ;;
esac
if [ -n "$_use_zero" ]; then