zephyr/cmake/compiler/gcc
Jaroslaw Stelter 69913adc80 cmake: filter not supported C++ compilation flags
Compilation warnings appears for C++ files, that following
options are not valid:
-ffrestanding,
-Wno-format-zero-length
-Wno-main
-fgnu89-inline
-std-gnu99
Added checks to filter out unsupported flags.

Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com>
2022-07-07 10:26:22 +00:00
..
compiler_flags.cmake cmake: filter not supported C++ compilation flags 2022-07-07 10:26:22 +00:00
generic.cmake
target.cmake cmake: gcc: Use --sysroot with gcc when SYSROOT_DIR is provided 2022-05-23 19:33:33 +09:00
target_arm.cmake cmake: gcc: target_arm: Force FP hard ABI for DCLS 2022-05-05 12:03:27 +09:00
target_arm64.cmake
target_mips.cmake cmake: add MIPS support 2022-01-19 13:48:21 -05:00
target_riscv.cmake riscv: Introduce support for RV32E 2022-06-08 18:50:22 +09:00
target_sparc.cmake
target_x86.cmake