diff options
-rw-r--r-- | recipes-core/openjdk/openjdk-7-common.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-core/openjdk/openjdk-7-common.inc b/recipes-core/openjdk/openjdk-7-common.inc index 5917f73..b470ded 100644 --- a/recipes-core/openjdk/openjdk-7-common.inc +++ b/recipes-core/openjdk/openjdk-7-common.inc | |||
@@ -89,9 +89,10 @@ export CACAO_CONFIGURE_ARGS = " \ | |||
89 | 89 | ||
90 | JAVA_HOME[unexport] = "1" | 90 | JAVA_HOME[unexport] = "1" |
91 | 91 | ||
92 | WITH_ADDITIONAL_VMS ?= "--with-additional-vms=shark,cacao,jamvm" | 92 | # disable shark until it is fully working again |
93 | # WITH_ADDITIONAL_VMS ?= "--with-additional-vms=shark,cacao,jamvm" | ||
93 | 94 | ||
94 | WITH_ADDITIONAL_VMS_arm = "--with-additional-vms=cacao,jamvm" | 95 | WITH_ADDITIONAL_VMS ?= "--with-additional-vms=cacao,jamvm" |
95 | 96 | ||
96 | # OpenJDK supports parallel compilation but uses a plain number for this. | 97 | # OpenJDK supports parallel compilation but uses a plain number for this. |
97 | # In OE we have PARALLEL_MAKE which is the actual option passed to make, | 98 | # In OE we have PARALLEL_MAKE which is the actual option passed to make, |