summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/openjdk-8-cross.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/openjdk/openjdk-8-cross.inc')
-rw-r--r--recipes-core/openjdk/openjdk-8-cross.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/openjdk/openjdk-8-cross.inc b/recipes-core/openjdk/openjdk-8-cross.inc
index 939155b..d04b0d3 100644
--- a/recipes-core/openjdk/openjdk-8-cross.inc
+++ b/recipes-core/openjdk/openjdk-8-cross.inc
@@ -32,7 +32,9 @@ PACKAGECONFIG[jpeg] = "--with-libjpeg=system,--with-libjpeg=bundled,jpeg,"
32PACKAGECONFIG[png] = "--with-libpng=system,--with-libpng=bundled,libpng," 32PACKAGECONFIG[png] = "--with-libpng=system,--with-libpng=bundled,libpng,"
33PACKAGECONFIG[zlib] = "--with-zlib=system,--with-zlib=bundled,zlib," 33PACKAGECONFIG[zlib] = "--with-zlib=system,--with-zlib=bundled,zlib,"
34 34
35# JVM variants
35export WANT_LLVM_RELEASE = "3.5.2" 36export WANT_LLVM_RELEASE = "3.5.2"
37PACKAGECONFIG[client] = "--with-jvm-variants=client,,,"
36PACKAGECONFIG[zero] = "--with-jvm-variants=zero,,," 38PACKAGECONFIG[zero] = "--with-jvm-variants=zero,,,"
37PACKAGECONFIG[shark] = "--with-jvm-variants=zeroshark,,llvm3.5," 39PACKAGECONFIG[shark] = "--with-jvm-variants=zeroshark,,llvm3.5,"
38 40