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:59:31 -0700
commitc370676506118bcfcb712aabd112fff1547de27a (patch)
tree43048ebbaf1e58f232be8b1df0fef516ee037d4d
parent11b5c2fbfd59df6c6d4ddb0fdb659ee155e1c11f (diff)
downloadmeta-clang-c370676506118bcfcb712aabd112fff1547de27a.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'