summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-09-12 10:04:54 -0700
committerKhem Raj <raj.khem@gmail.com>2018-09-12 10:04:54 -0700
commit94a0908e952da373ae140dc65780cb4473947f8a (patch)
tree91466f9ff44d47b96c4a7702beff59e017c70859
parentc03e2d0f225a3f93ba7938d5ccb579fb29ea9ebf (diff)
downloadmeta-clang-94a0908e952da373ae140dc65780cb4473947f8a.tar.gz
Mark caps as non clangable
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 1f4b31a..6b600e5 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -143,6 +143,11 @@ TOOLCHAIN_pn-qemu_arm = "gcc"
143# | error: Could not read profile code.profd: No such file or directory 143# | error: Could not read profile code.profd: No such file or directory
144TOOLCHAIN_pn-python3 = "gcc" 144TOOLCHAIN_pn-python3 = "gcc"
145 145
146#| ./dsp/v4f_IIR2.h:554:12: error: no matching function for call to 'v4f_map'
147#| a[5] = v4f_map<__builtin_cosf> (f);
148#| ^~~~~~~~~~~~~~~~~~~~~~~
149TOOLCHAIN_pn-caps = "gcc"
150
146CFLAGS_append_pn-liboil_toolchain-clang_x86-64 = " -fheinous-gnu-extensions " 151CFLAGS_append_pn-liboil_toolchain-clang_x86-64 = " -fheinous-gnu-extensions "
147 152
148#| ./.libs/libsqlite3.so: undefined reference to `__mulodi4' 153#| ./.libs/libsqlite3.so: undefined reference to `__mulodi4'