diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-01-29 12:55:16 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-01-29 23:00:20 -0800 |
| commit | 212e7c5958c586483fb086806baef959bf088b22 (patch) | |
| tree | 05753786fc870e0542d2bfbff4a7ed19c630d3b1 | |
| parent | 08c99894e29587add6729c183a9faeb53ca078a5 (diff) | |
| download | meta-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.conf | 2 |
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 |
| 174 | TOOLCHAIN:pn-pixman:aarch64 = "gcc" | 174 | TOOLCHAIN:pn-pixman:aarch64 = "gcc" |
| 175 | # libomp needs to link in libatomic after itself when -fopenmp is used | ||
| 176 | TOOLCHAIN:pn-pixman:mipsarcho32 = "gcc" | ||
| 175 | 177 | ||
| 176 | CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions " | 178 | CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions " |
| 177 | 179 | ||
