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"
|
checksum="374f7ae35f0a7439a40bd2c765d1f410607c75c6c1e788f1a344a42e59431f51"
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
# no hotspot JIT for arm32 and ppc32
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
ppc64*) ;;
|
ppc64*) ;;
|
||||||
arm*|ppc*) _use_zero=yes ;;
|
# no hotspot JIT for arm32 and ppc32
|
||||||
|
armv7*|ppc*) _use_zero=yes ;;
|
||||||
|
armv[56]*) broken="Unsupported architecture" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ -n "$_use_zero" ]; then
|
if [ -n "$_use_zero" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue