openjdk16-bootstrap: disable on armv[56]
This commit is contained in:
parent
14fb0b9ab5
commit
39376c4c17
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue