From ed3bee3ab4f1bee3d0c3c3c662ee96ea1636da9d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 4 Jan 2023 18:35:46 -0800 Subject: u-boot: Use gcc for variants of u-boot from BSP layers Signed-off-by: Khem Raj --- conf/nonclangable.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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" # 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" +TOOLCHAIN:pn-u-boot-fslc = "gcc" +TOOLCHAIN:pn-u-boot-imx-mfgtool = "gcc" +TOOLCHAIN:pn-u-boot-imx = "gcc" +TOOLCHAIN:pn-u-boot-qoriq = "gcc" +TOOLCHAIN:pn-u-boot-boundary = "gcc" +TOOLCHAIN:pn-u-boot-script-boundary = "gcc" +TOOLCHAIN:pn-u-boot-script-qoriq = "gcc" +TOOLCHAIN:pn-u-boot-script-toradex = "gcc" +TOOLCHAIN:pn-u-boot-kontron = "gcc" +TOOLCHAIN:pn-u-boot-variscite = "gcc" +TOOLCHAIN:pn-u-boot-toradex = "gcc" +TOOLCHAIN:pn-u-boot-hardkernel = "gcc" +TOOLCHAIN:pn-u-boot-starfive = "gcc" +TOOLCHAIN:pn-u-boot-hardkernel = "gcc" +TOOLCHAIN:pn-u-boot-nezha = "gcc" +TOOLCHAIN:pn-u-boot-ti-mainline = "gcc" +TOOLCHAIN:pn-u-boot-ti-staging = "gcc" +TOOLCHAIN:pn-u-boot-splash = "gcc" # See https://github.com/kraj/meta-clang/issues/696 TOOLCHAIN:pn-pixman:aarch64 = "gcc" -- cgit v1.2.3-54-g00ecf