diff options
-rw-r--r-- | conf/nonclangable.conf | 14 |
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" | |||
181 | TOOLCHAIN:pn-frr:riscv32 = "gcc" | 181 | TOOLCHAIN:pn-frr:riscv32 = "gcc" |
182 | 182 | ||
183 | # Tegra stuff | 183 | # Tegra stuff |
184 | TOOLCHAIN:pn-standalone-mm-optee-tegra = "gcc" | 184 | TOOLCHAIN:pn-standalone-mm-optee-tegra:tegra = "gcc" |
185 | TOOLCHAIN:pn-edk2-firmware-tegra = "gcc" | 185 | TOOLCHAIN:pn-edk2-firmware-tegra:tegra = "gcc" |
186 | TOOLCHAIN:pn-optee-os-tadevkit = "gcc" | 186 | TOOLCHAIN:pn-optee-os-tadevkit:tegra = "gcc" |
187 | TOOLCHAIN:pn-optee-nvsamples = "gcc" | 187 | TOOLCHAIN:pn-optee-nvsamples:tegra = "gcc" |
188 | TOOLCHAIN:pn-optee-os = "gcc" | 188 | TOOLCHAIN:pn-optee-os:tegra = "gcc" |
189 | TOOLCHAIN:pn-libgcc-for-nvcc = "gcc" | 189 | TOOLCHAIN:pn-libgcc-for-nvcc:tegra = "gcc" |
190 | TOOLCHAIN:pn-gcc-for-nvcc-runtime = "gcc" | 190 | TOOLCHAIN:pn-gcc-for-nvcc-runtime:tegra = "gcc" |
191 | 191 | ||
192 | CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions " | 192 | CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions " |
193 | 193 | ||