summaryrefslogtreecommitdiffstats
path: root/conf
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 22:00:22 -0700
commita696644a18820f8b46794730297cd43418407bce (patch)
tree45f8195b3c96885f46bb5153068a9ce0b83d2ab2 /conf
parent33403cce11e6d1c8b780a4455d0b2d83514be3dd (diff)
downloadmeta-clang-a696644a18820f8b46794730297cd43418407bce.tar.gz
nonclangable: Add u-boot to list
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-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"