parent
87cb761f02
commit
d30f2f34dd
|
@ -44,10 +44,11 @@ provides="java-environment-${version}_1"
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
build_options="docs"
|
build_options="docs"
|
||||||
|
|
||||||
# no hotspot JIT for ppc32
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
ppc64*) ;;
|
ppc64*) ;;
|
||||||
|
# no hotspot JIT for ppc32
|
||||||
ppc*) _use_zero=yes ;;
|
ppc*) _use_zero=yes ;;
|
||||||
|
armv[56]*) broken="Unsupported architecture" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ -n "$_use_zero" ]; then
|
if [ -n "$_use_zero" ]; then
|
||||||
|
|
Loading…
Reference in New Issue