openjdk9-bootstrap: disable on armv[56]
This commit is contained in:
parent
8af2ed2fc4
commit
2f2375f3f3
1 changed files with 3 additions and 2 deletions
|
@ -50,10 +50,11 @@ checksum="914183a7eac6a1dfdfa70a98ceb4262244c77ab904c4570bb34c609ecb5f0986
|
||||||
9cba7f03ebeda4d3cfaffb015f9bf967fcca2c3c113604836073556df6a7b9aa
|
9cba7f03ebeda4d3cfaffb015f9bf967fcca2c3c113604836073556df6a7b9aa
|
||||||
c939de46f903ecb283c02155e1415cee98ab66803e17eae0403c399c1a475647"
|
c939de46f903ecb283c02155e1415cee98ab66803e17eae0403c399c1a475647"
|
||||||
|
|
||||||
# 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…
Reference in a new issue