summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-08-12 17:27:03 -0700
committerKhem Raj <raj.khem@gmail.com>2019-08-12 21:42:20 -0700
commit352462344130b4eb79b202b65ad6cf9e02daf380 (patch)
tree45f8195b3c96885f46bb5153068a9ce0b83d2ab2
parentb876273da1e9d2665f3bbdff6921712ca7e50074 (diff)
downloadmeta-clang-352462344130b4eb79b202b65ad6cf9e02daf380.tar.gz
nonclangable: Add u-boot to list
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 595e770..4a73a2f 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -1,4 +1,5 @@
1TOOLCHAIN_pn-aspell = "gcc" 1TOOLCHAIN_pn-aspell = "gcc"
2TOOLCHAIN_pn-u-boot = "gcc"
2TOOLCHAIN_pn-cpufrequtils = "gcc" 3TOOLCHAIN_pn-cpufrequtils = "gcc"
3# crash embeds version of gdb which is not buildable with clang 4# crash embeds version of gdb which is not buildable with clang
4TOOLCHAIN_pn-crash = "gcc" 5TOOLCHAIN_pn-crash = "gcc"