zephyr/cmake/compiler
Joel Holdsworth 46e37b00e7 compiler: gcc: Support versions predating include-fixed/limits.h
GCC versions starting from 4.3.0 until 12.4.0 stored the limits.h header in
a directory named include-fixed/ . Before 4.3.0 and after 12.4.0 i.e. from
13.1.0 onward, the header is stored in a directory named include/ .

Previously, target.cmake would only detect if the GCC version was 13.1.0 or
newer. This patch adds a check to also check if it is older than 4.3.0.

Signed-off-by: Joel Holdsworth <jholdsworth@nvidia.com>
2025-01-27 13:24:52 +01:00
..
arcmwdt security: Add default stack protection level 2024-12-20 12:37:20 +01:00
armclang
clang Revert "cmake clang/compiler_flags.cmake: Re-enable -Wgnu" 2025-01-20 20:54:58 +01:00
gcc compiler: gcc: Support versions predating include-fixed/limits.h 2025-01-27 13:24:52 +01:00
host-gcc tests/misc: Add llext EDK test 2024-05-17 16:21:48 +01:00
icx cmake: toolchain: remove obsolete and unused macros 2024-09-04 21:26:59 +02:00
xcc compiler: for xtensa add libgcc support 2024-11-16 14:07:30 -05:00
xt-clang llext: build with debug info, strip at packaging time 2025-01-27 08:54:44 +01:00
compiler_features.cmake
compiler_flags_template.cmake security: Add default stack protection level 2024-12-20 12:37:20 +01:00