summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Rosenkränzer <bernhard.rosenkraenzer.ext@huawei.com>2021-04-14 04:20:42 +0200
committerKhem Raj <raj.khem@gmail.com>2021-07-14 09:53:49 -0700
commitba30d0eea4f7896919f5e86bdc69a973221d3887 (patch)
tree2dbc2e4d1b0917d3bc6effe92b56ae26987b16fa
parent4c284c02b4e9718a00dd5cd6e5b098efa1c0c976 (diff)
downloadmeta-clang-ba30d0eea4f7896919f5e86bdc69a973221d3887.tar.gz
Build u-boot-seco-imx with gcc
Makefiles in u-boot-seco-imx hardcode gcc use - make sure the requested compiler is available even with TOOLCHAIN="clang" Fixes https://git.ostc-eu.org/OSTC/OHOS/meta-clang/-/issues/2 Signed-off-by: Bernhard Rosenkränzer <bernhard.rosenkraenzer.ext@huawei.com>
-rw-r--r--conf/nonclangable.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 13905a9..a9cdf34 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -340,3 +340,4 @@ LTO_pn-cairo_toolchain-clang = ""
340TOOLCHAIN_pn-u-boot-stm32mp = "gcc" 340TOOLCHAIN_pn-u-boot-stm32mp = "gcc"
341TOOLCHAIN_pn-tf-a-stm32mp = "gcc" 341TOOLCHAIN_pn-tf-a-stm32mp = "gcc"
342TOOLCHAIN_pn-tf-a-stm32mp-serialboot = "gcc" 342TOOLCHAIN_pn-tf-a-stm32mp-serialboot = "gcc"
343TOOLCHAIN_pn-u-boot-seco-imx = "gcc"