Skip to content

Commit

Permalink
nonclangable: Make tegra specific packages only for tegra
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
quaresmajose committed Nov 10, 2023
1 parent 0af9740 commit 37f1de5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions conf/nonclangable.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 "

Expand Down

0 comments on commit 37f1de5

Please sign in to comment.