From 212e7c5958c586483fb086806baef959bf088b22 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 29 Jan 2023 12:55:16 -0800 Subject: 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 --- conf/nonclangable.conf | 2 ++ 1 file changed, 2 insertions(+) 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" # See https://github.com/kraj/meta-clang/issues/696 TOOLCHAIN:pn-pixman:aarch64 = "gcc" +# libomp needs to link in libatomic after itself when -fopenmp is used +TOOLCHAIN:pn-pixman:mipsarcho32 = "gcc" CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions " -- cgit v1.2.3-54-g00ecf