Skip to content

Commit

Permalink
u-boot: u-boot is clangable
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
jonmason authored and kraj committed Oct 8, 2024
1 parent 036ca82 commit e875cdf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions conf/nonclangable.conf
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ TOOLCHAIN:pn-php:mips = "gcc"
# Workaround oe-core patching problem temporarily
TOOLCHAIN:pn-rsync = "gcc"

# U-boot does compile with clang but clang-15 crashes compiling it :(
TOOLCHAIN:pn-u-boot = "gcc"
TOOLCHAIN:pn-u-boot-at91 = "gcc"
TOOLCHAIN:pn-u-boot-fslc-mfgtool = "gcc"
TOOLCHAIN:pn-u-boot-fslc-mxsboot = "gcc"
Expand Down

0 comments on commit e875cdf

Please sign in to comment.