diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-01-04 18:35:46 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-01-04 19:47:00 -0800 |
commit | ed3bee3ab4f1bee3d0c3c3c662ee96ea1636da9d (patch) | |
tree | 0fc55eb1d64a169fee603bc2ba6c52c432349cff | |
parent | 4f27781daccc56228f3a0cf1cf8aa5337f919c57 (diff) | |
download | meta-clang-ed3bee3ab4f1bee3d0c3c3c662ee96ea1636da9d.tar.gz |
u-boot: Use gcc for variants of u-boot from BSP layers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/nonclangable.conf | 21 |
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 :( |
149 | TOOLCHAIN:pn-u-boot = "gcc" | 149 | TOOLCHAIN:pn-u-boot = "gcc" |
150 | TOOLCHAIN:pn-u-boot-at91 = "gcc" | ||
151 | TOOLCHAIN:pn-u-boot-fslc-mfgtool = "gcc" | ||
152 | TOOLCHAIN:pn-u-boot-fslc-mxsboot = "gcc" | ||
153 | TOOLCHAIN:pn-u-boot-fslc = "gcc" | ||
154 | TOOLCHAIN:pn-u-boot-imx-mfgtool = "gcc" | ||
155 | TOOLCHAIN:pn-u-boot-imx = "gcc" | ||
156 | TOOLCHAIN:pn-u-boot-qoriq = "gcc" | ||
157 | TOOLCHAIN:pn-u-boot-boundary = "gcc" | ||
158 | TOOLCHAIN:pn-u-boot-script-boundary = "gcc" | ||
159 | TOOLCHAIN:pn-u-boot-script-qoriq = "gcc" | ||
160 | TOOLCHAIN:pn-u-boot-script-toradex = "gcc" | ||
161 | TOOLCHAIN:pn-u-boot-kontron = "gcc" | ||
162 | TOOLCHAIN:pn-u-boot-variscite = "gcc" | ||
163 | TOOLCHAIN:pn-u-boot-toradex = "gcc" | ||
164 | TOOLCHAIN:pn-u-boot-hardkernel = "gcc" | ||
165 | TOOLCHAIN:pn-u-boot-starfive = "gcc" | ||
166 | TOOLCHAIN:pn-u-boot-hardkernel = "gcc" | ||
167 | TOOLCHAIN:pn-u-boot-nezha = "gcc" | ||
168 | TOOLCHAIN:pn-u-boot-ti-mainline = "gcc" | ||
169 | TOOLCHAIN:pn-u-boot-ti-staging = "gcc" | ||
170 | TOOLCHAIN: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 |
152 | TOOLCHAIN:pn-pixman:aarch64 = "gcc" | 173 | TOOLCHAIN:pn-pixman:aarch64 = "gcc" |