summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-08-26 17:48:48 -0700
committerKhem Raj <raj.khem@gmail.com>2018-09-09 07:54:23 -0700
commit6885c1bc1b6552e4c0f4aa9e4437a9127f1a8e09 (patch)
tree43048ebbaf1e58f232be8b1df0fef516ee037d4d
parentff7cf19d9e1d1ffd2c4d16be66c5ceda427d69b4 (diff)
downloadmeta-clang-6885c1bc1b6552e4c0f4aa9e4437a9127f1a8e09.tar.gz
python3: Mark non clangable, since it can't build
Needs some work to get FDO working Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf4
1 files changed, 4 insertions, 0 deletions
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"
139# to compile qemu for target 139# to compile qemu for target
140TOOLCHAIN_pn-qemu_arm = "gcc" 140TOOLCHAIN_pn-qemu_arm = "gcc"
141 141
142# llvm-profdata fails see
143# | error: Could not read profile code.profd: No such file or directory
144TOOLCHAIN_pn-python3 = "gcc"
145
142CFLAGS_append_pn-liboil_toolchain-clang_x86-64 = " -fheinous-gnu-extensions " 146CFLAGS_append_pn-liboil_toolchain-clang_x86-64 = " -fheinous-gnu-extensions "
143 147
144#| ./.libs/libsqlite3.so: undefined reference to `__mulodi4' 148#| ./.libs/libsqlite3.so: undefined reference to `__mulodi4'