diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-08-12 18:21:44 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-12 21:42:20 -0700 |
commit | 2b77b9c7738b9855012c6e3b16bf8007671448f7 (patch) | |
tree | 36c063e9d52b3bac8defb15d445fba4e57c20b3f | |
parent | 352462344130b4eb79b202b65ad6cf9e02daf380 (diff) | |
download | meta-clang-2b77b9c7738b9855012c6e3b16bf8007671448f7.tar.gz |
opensbi: Mark nonclangable
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/nonclangable.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 4a73a2f..99e8e22 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -35,6 +35,7 @@ TOOLCHAIN_pn-libstd-rs = "gcc" | |||
35 | # clang does not have 64bit atomics on mips32 | 35 | # clang does not have 64bit atomics on mips32 |
36 | TOOLCHAIN_pn-mesa_mips = "gcc" | 36 | TOOLCHAIN_pn-mesa_mips = "gcc" |
37 | TOOLCHAIN_pn-mesa_mipsel = "gcc" | 37 | TOOLCHAIN_pn-mesa_mipsel = "gcc" |
38 | TOOLCHAIN_pn-opensbi = "gcc" | ||
38 | TOOLCHAIN_pn-openjdk-8 = "gcc" | 39 | TOOLCHAIN_pn-openjdk-8 = "gcc" |
39 | TOOLCHAIN_pn-openjre-8 = "gcc" | 40 | TOOLCHAIN_pn-openjre-8 = "gcc" |
40 | TOOLCHAIN_pn-piglit = "gcc" | 41 | TOOLCHAIN_pn-piglit = "gcc" |