openjdk10-bootstrap: disable on armv[56]
This commit is contained in:
parent
2f2375f3f3
commit
56af9ccf5a
1 changed files with 3 additions and 2 deletions
|
@ -35,10 +35,11 @@ distfiles="http://hg.openjdk.java.net/jdk-updates/jdk10u/archive/jdk-${_repo_ver
|
|||
checksum="374f7ae35f0a7439a40bd2c765d1f410607c75c6c1e788f1a344a42e59431f51"
|
||||
lib32disabled=yes
|
||||
|
||||
# no hotspot JIT for arm32 and ppc32
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64*) ;;
|
||||
arm*|ppc*) _use_zero=yes ;;
|
||||
# no hotspot JIT for arm32 and ppc32
|
||||
armv7*|ppc*) _use_zero=yes ;;
|
||||
armv[56]*) broken="Unsupported architecture" ;;
|
||||
esac
|
||||
|
||||
if [ -n "$_use_zero" ]; then
|
||||
|
|
Loading…
Reference in a new issue