Skip to content

Commit

Permalink
nonclangable: Add some tegra specific packages
Browse files Browse the repository at this point in the history
They are not portable yet and assume gcc so give it to them

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Nov 10, 2023
1 parent a096a3c commit 0af9740
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions conf/nonclangable.conf
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,15 @@ TOOLCHAIN:pn-pixman:mipsarcho32 = "gcc"
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"

CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions "

# TOPDIR/build/tmp/work/core2-32-yoe-linux/gnu-efi/3.0.17-r0/gnu-efi-3.0.17//lib/ctors.S:11:41: error: expected the entry size
Expand Down

0 comments on commit 0af9740

Please sign in to comment.