summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-15 21:09:05 -0700
committerKhem Raj <raj.khem@gmail.com>2022-09-17 16:55:30 -0700
commitb09f48be1dafca48f891e719135a6ba37f89f6e3 (patch)
tree2e5720c59969fe847f5a1379f3437a2408ac9fb7
parent6e30464d0c8bec3e1491f811dd261fc5269972b2 (diff)
downloadmeta-clang-b09f48be1dafca48f891e719135a6ba37f89f6e3.tar.gz
u-boot: It can compile with clang
Tested 2022.07 release Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 457ad34..f5e84d1 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -1,4 +1,3 @@
1TOOLCHAIN:pn-u-boot = "gcc"
2TOOLCHAIN:pn-cpufrequtils = "gcc" 1TOOLCHAIN:pn-cpufrequtils = "gcc"
3# crash embeds version of gdb which is not buildable with clang 2# crash embeds version of gdb which is not buildable with clang
4TOOLCHAIN:pn-crash = "gcc" 3TOOLCHAIN:pn-crash = "gcc"