From 5170ec9cdfe215fcef146fa9142521bfad1d7d6c Mon Sep 17 00:00:00 2001 From: Jose Quaresma Date: Fri, 10 Nov 2023 09:45:11 +0000 Subject: 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 --- conf/nonclangable.conf | 14 +++++++------- 1 file 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" TOOLCHAIN:pn-frr:riscv32 = "gcc" # Tegra stuff -TOOLCHAIN:pn-standalone-mm-optee-tegra = "gcc" -TOOLCHAIN:pn-edk2-firmware-tegra = "gcc" -TOOLCHAIN:pn-optee-os-tadevkit = "gcc" -TOOLCHAIN:pn-optee-nvsamples = "gcc" -TOOLCHAIN:pn-optee-os = "gcc" -TOOLCHAIN:pn-libgcc-for-nvcc = "gcc" -TOOLCHAIN:pn-gcc-for-nvcc-runtime = "gcc" +TOOLCHAIN:pn-standalone-mm-optee-tegra:tegra = "gcc" +TOOLCHAIN:pn-edk2-firmware-tegra:tegra = "gcc" +TOOLCHAIN:pn-optee-os-tadevkit:tegra = "gcc" +TOOLCHAIN:pn-optee-nvsamples:tegra = "gcc" +TOOLCHAIN:pn-optee-os:tegra = "gcc" +TOOLCHAIN:pn-libgcc-for-nvcc:tegra = "gcc" +TOOLCHAIN:pn-gcc-for-nvcc-runtime:tegra = "gcc" CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions " -- cgit v1.2.3-54-g00ecf