summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Mason <jdmason@kudzu.us>2024-09-30 14:11:25 -0400
committerKhem Raj <raj.khem@gmail.com>2024-10-07 23:38:20 -0700
commite875cdfc91a8ddb363fb8fbf297a6af867dfeea8 (patch)
treebf5985d26c5f7bb78d361d74c23c255768385200
parent036ca8256d2e62ce153b6cba40ee03efd1d02633 (diff)
downloadmeta-clang-e875cdfc91a8ddb363fb8fbf297a6af867dfeea8.tar.gz
u-boot: u-boot is clangable
Since clang is at version 19 now, remove the blocking of building u-boot. I'm not seeing any issues with building u-boot and running testimage for qemuarm, qemuarm64, and qemumips. Based on the original comment, this limitation probably should've been only applied to mips. Leaving the BSP versions of u-boot in nonclangable, as I don't know if those have issues or not, and thought it better to err on the side of caution. Signed-off-by: Jon Mason <jdmason@kudzu.us>
-rw-r--r--conf/nonclangable.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 56b6bac..31b0a02 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -153,8 +153,6 @@ TOOLCHAIN:pn-php:mips = "gcc"
153# Workaround oe-core patching problem temporarily 153# Workaround oe-core patching problem temporarily
154TOOLCHAIN:pn-rsync = "gcc" 154TOOLCHAIN:pn-rsync = "gcc"
155 155
156# U-boot does compile with clang but clang-15 crashes compiling it :(
157TOOLCHAIN:pn-u-boot = "gcc"
158TOOLCHAIN:pn-u-boot-at91 = "gcc" 156TOOLCHAIN:pn-u-boot-at91 = "gcc"
159TOOLCHAIN:pn-u-boot-fslc-mfgtool = "gcc" 157TOOLCHAIN:pn-u-boot-fslc-mfgtool = "gcc"
160TOOLCHAIN:pn-u-boot-fslc-mxsboot = "gcc" 158TOOLCHAIN:pn-u-boot-fslc-mxsboot = "gcc"