From c08c85989b225c9cdd55371a3c26c6e72c15878f Mon Sep 17 00:00:00 2001 From: Daniel McGregor Date: Tue, 5 Jan 2016 09:35:17 -0600 Subject: nonclangable: use gcc for openjdk and openjre OpenJDK normally supports clang, but not currentlty with the settings in meta-java. More work is needed there, but for now allow them to build. Signed-off-by: Daniel McGregor --- conf/nonclangable.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index e570adb..9477e2a 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -43,6 +43,8 @@ TOOLCHAIN_pn-mozjs = "gcc" TOOLCHAIN_pn-mtools = "gcc" TOOLCHAIN_pn-openssl = "gcc" +TOOLCHAIN_pn-openjdk-8 = "gcc" +TOOLCHAIN_pn-openjre-8 = "gcc" TOOLCHAIN_pn-perf = "gcc" TOOLCHAIN_pn-piglit = "gcc" TOOLCHAIN_pn-pixman = "gcc" -- cgit v1.2.3-54-g00ecf