openjdk11: disable on armv[56]*

fixes #29457
This commit is contained in:
classabbyamp 2022-04-20 21:24:39 -04:00 committed by Leah Neukirchen
parent 87cb761f02
commit d30f2f34dd
1 changed files with 2 additions and 1 deletions

View File

@ -44,10 +44,11 @@ provides="java-environment-${version}_1"
disable_parallel_build=yes
build_options="docs"
# 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