mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 02:02:41 +00:00
Zephyr does not use CFLAGS, CXXFLAGS, CPPFLAGS if they are defined in the environment but provides the option to pass them via extra cmake flags. The option is also for seen to pass AFLAGS and LDFLAGS as extra cmake flags but both of them are not ignored if they are defined in the environment which could lead to unexpected behaviour. As such lineup the behaviour between all the flags and ignore them, and generate a warning, if they are defined in the environment. Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu> |
||
---|---|---|
.. | ||
app | ||
bintools | ||
compiler | ||
emu | ||
flash | ||
ide | ||
linker | ||
makefile_exports | ||
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 | ||
mcuboot.cmake | ||
pristine.cmake | ||
python.cmake | ||
target_toolchain_flags.cmake | ||
target_toolchain.cmake | ||
version.cmake | ||
west.cmake | ||
zephyr_module.cmake |