summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/nonclangable.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index d09b472..a010430 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -147,6 +147,27 @@ TOOLCHAIN:pn-rsync = "gcc"
147 147
148# U-boot does compile with clang but clang-15 crashes compiling it :( 148# U-boot does compile with clang but clang-15 crashes compiling it :(
149TOOLCHAIN:pn-u-boot = "gcc" 149TOOLCHAIN:pn-u-boot = "gcc"
150TOOLCHAIN:pn-u-boot-at91 = "gcc"
151TOOLCHAIN:pn-u-boot-fslc-mfgtool = "gcc"
152TOOLCHAIN:pn-u-boot-fslc-mxsboot = "gcc"
153TOOLCHAIN:pn-u-boot-fslc = "gcc"
154TOOLCHAIN:pn-u-boot-imx-mfgtool = "gcc"
155TOOLCHAIN:pn-u-boot-imx = "gcc"
156TOOLCHAIN:pn-u-boot-qoriq = "gcc"
157TOOLCHAIN:pn-u-boot-boundary = "gcc"
158TOOLCHAIN:pn-u-boot-script-boundary = "gcc"
159TOOLCHAIN:pn-u-boot-script-qoriq = "gcc"
160TOOLCHAIN:pn-u-boot-script-toradex = "gcc"
161TOOLCHAIN:pn-u-boot-kontron = "gcc"
162TOOLCHAIN:pn-u-boot-variscite = "gcc"
163TOOLCHAIN:pn-u-boot-toradex = "gcc"
164TOOLCHAIN:pn-u-boot-hardkernel = "gcc"
165TOOLCHAIN:pn-u-boot-starfive = "gcc"
166TOOLCHAIN:pn-u-boot-hardkernel = "gcc"
167TOOLCHAIN:pn-u-boot-nezha = "gcc"
168TOOLCHAIN:pn-u-boot-ti-mainline = "gcc"
169TOOLCHAIN:pn-u-boot-ti-staging = "gcc"
170TOOLCHAIN:pn-u-boot-splash = "gcc"
150 171
151# See https://github.com/kraj/meta-clang/issues/696 172# See https://github.com/kraj/meta-clang/issues/696
152TOOLCHAIN:pn-pixman:aarch64 = "gcc" 173TOOLCHAIN:pn-pixman:aarch64 = "gcc"