From 6885c1bc1b6552e4c0f4aa9e4437a9127f1a8e09 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 26 Aug 2018 17:48:48 -0700 Subject: python3: Mark non clangable, since it can't build Needs some work to get FDO working Signed-off-by: Khem Raj --- conf/nonclangable.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 4acf98b..a490253 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -139,6 +139,10 @@ TOOLCHAIN_pn-x264_x86 = "gcc" # to compile qemu for target TOOLCHAIN_pn-qemu_arm = "gcc" +# llvm-profdata fails see +# | error: Could not read profile code.profd: No such file or directory +TOOLCHAIN_pn-python3 = "gcc" + CFLAGS_append_pn-liboil_toolchain-clang_x86-64 = " -fheinous-gnu-extensions " #| ./.libs/libsqlite3.so: undefined reference to `__mulodi4' -- cgit v1.2.3-54-g00ecf