openjdk12-bootstrap: disable on armv[56]
This commit is contained in:
parent
56af9ccf5a
commit
cd8954b98a
1 changed files with 2 additions and 1 deletions
|
@ -47,10 +47,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