zephyr/cmake/compiler/gcc
Lauren Murphy f0eb7ebc83 llext: arc: enforce bitness match
Enforces bitness match of ARC compilers and linkers invoked
building LLEXT apps by inheriting -mcpu flag from Zephyr.
The ARC toolchain becomes confused without the -mcpu flag.
On qemu_hs5x we see GCC select elf32-littlearc64 for
linking an object previously compiled as elf64-littlearc64.

Fixes #80949

Signed-off-by: Lauren Murphy <lauren.murphy@intel.com>
2025-02-05 21:01:01 +01:00
..
compiler_flags.cmake cmake: compiler: Check -fno-printf-return-value before using 2025-01-27 13:24:52 +01:00
generic.cmake cmake/compiler/: drop ERROR_QUIET when looking for compiler --version 2023-12-04 16:38:08 +00:00
target_arc.cmake llext: arc: enforce bitness match 2025-02-05 21:01:01 +01:00
target_arm64.cmake llext: build with debug info, strip at packaging time 2025-01-27 08:54:44 +01:00
target_arm.cmake llext: build with debug info, strip at packaging time 2025-01-27 08:54:44 +01:00
target_mips.cmake
target_riscv.cmake arch/riscv: add Zaamo and Zlrsc extension subsets 2025-02-05 17:49:13 +01:00
target_sparc.cmake
target_x86.cmake
target_xtensa.cmake llext: build with debug info, strip at packaging time 2025-01-27 08:54:44 +01:00
target.cmake compiler: gcc: Support versions predating include-fixed/limits.h 2025-01-27 13:24:52 +01:00