summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Quaresma <jose.quaresma@foundries.io>2023-11-10 09:45:11 +0000
committerKhem Raj <raj.khem@gmail.com>2023-11-10 10:12:35 -0800
commit5170ec9cdfe215fcef146fa9142521bfad1d7d6c (patch)
treeafe275cf5fb56097830fa822e4a674d29453655c
parent0af9740976e275bc543963405898b592ce778b88 (diff)
downloadmeta-clang-5170ec9cdfe215fcef146fa9142521bfad1d7d6c.tar.gz
nonclangable: Make tegra specific packages only for tegra
The optee-os and optee-os-tadevkit are available not only for tegra so it should be better to use a `:tegra` machine override there for all of them. Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
-rw-r--r--conf/nonclangable.conf14
1 files changed, 7 insertions, 7 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index ab32933..a2e01a6 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -181,13 +181,13 @@ TOOLCHAIN:pn-frr:riscv64 = "gcc"
181TOOLCHAIN:pn-frr:riscv32 = "gcc" 181TOOLCHAIN:pn-frr:riscv32 = "gcc"
182 182
183# Tegra stuff 183# Tegra stuff
184TOOLCHAIN:pn-standalone-mm-optee-tegra = "gcc" 184TOOLCHAIN:pn-standalone-mm-optee-tegra:tegra = "gcc"
185TOOLCHAIN:pn-edk2-firmware-tegra = "gcc" 185TOOLCHAIN:pn-edk2-firmware-tegra:tegra = "gcc"
186TOOLCHAIN:pn-optee-os-tadevkit = "gcc" 186TOOLCHAIN:pn-optee-os-tadevkit:tegra = "gcc"
187TOOLCHAIN:pn-optee-nvsamples = "gcc" 187TOOLCHAIN:pn-optee-nvsamples:tegra = "gcc"
188TOOLCHAIN:pn-optee-os = "gcc" 188TOOLCHAIN:pn-optee-os:tegra = "gcc"
189TOOLCHAIN:pn-libgcc-for-nvcc = "gcc" 189TOOLCHAIN:pn-libgcc-for-nvcc:tegra = "gcc"
190TOOLCHAIN:pn-gcc-for-nvcc-runtime = "gcc" 190TOOLCHAIN:pn-gcc-for-nvcc-runtime:tegra = "gcc"
191 191
192CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions " 192CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions "
193 193