mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-06 15:15:43 +00:00
We do compiler flag compatibility tests to be able to support many different toolchains and flags in a scalable way. But the test is not perfect and in these situations we we will need to hardcode whether a flag is compatible or not. To support this we have zephyr_compiler_check first check if the flag is covered by a hardcoded test before testing it. Currently the only hardcoded compatibilty is that -Werror=implicit-int is not supported for CXX. This fixes #21229 Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no> |
||
---|---|---|
.. | ||
app | ||
backports | ||
bintools | ||
compiler | ||
emu | ||
flash | ||
ide | ||
linker/ld | ||
reports | ||
toolchain | ||
usage | ||
util | ||
boards.cmake | ||
ccache.cmake | ||
cfb.cmake | ||
dts.cmake | ||
extensions.cmake | ||
extra_flags.cmake | ||
gcc-m-cpu.cmake | ||
generic_toolchain.cmake | ||
git.cmake | ||
hex.cmake | ||
host-tools.cmake | ||
kconfig.cmake | ||
kobj.cmake | ||
pristine.cmake | ||
python.cmake | ||
target_toolchain.cmake | ||
version.cmake | ||
zephyr_module.cmake |