summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-01-29 12:55:16 -0800
committerKhem Raj <raj.khem@gmail.com>2023-01-29 23:00:20 -0800
commit212e7c5958c586483fb086806baef959bf088b22 (patch)
tree05753786fc870e0542d2bfbff4a7ed19c630d3b1
parent08c99894e29587add6729c183a9faeb53ca078a5 (diff)
downloadmeta-clang-212e7c5958c586483fb086806baef959bf088b22.tar.gz
pixman: Use gcc on mips
libatomic is needed to link after -lomp when -fopenmp is used, it needs clang driver level change Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index b8354c6..928fed4 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -172,6 +172,8 @@ TOOLCHAIN:pn-u-boot-coral = "gcc"
172 172
173# See https://github.com/kraj/meta-clang/issues/696 173# See https://github.com/kraj/meta-clang/issues/696
174TOOLCHAIN:pn-pixman:aarch64 = "gcc" 174TOOLCHAIN:pn-pixman:aarch64 = "gcc"
175# libomp needs to link in libatomic after itself when -fopenmp is used
176TOOLCHAIN:pn-pixman:mipsarcho32 = "gcc"
175 177
176CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions " 178CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions "
177 179