From a4cc87077ec5f53f75d6d1bf6b8b15c297818345 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 11 Sep 2019 10:59:15 -0700 Subject: omxplayer: Mark gcc only for now it needs some work to port to compile with clang++ Signed-off-by: Khem Raj --- conf/nonclangable.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 1b2d57e..0537222 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -38,6 +38,8 @@ TOOLCHAIN_pn-mesa_mips = "gcc" TOOLCHAIN_pn-mesa_mipsel = "gcc" TOOLCHAIN_pn-mesa_riscv64 = "gcc" TOOLCHAIN_pn-mesa_powerpc = "gcc" +# variant-impl.hpp:309:36: error: 'is_variant' does not name a template but is followed by template arguments +TOOLCHAIN_pn-omxplayer = "gcc" TOOLCHAIN_pn-opensbi = "gcc" TOOLCHAIN_pn-openjdk-8 = "gcc" TOOLCHAIN_pn-openjre-8 = "gcc" -- cgit v1.2.3-54-g00ecf