cmake: fix intent description of toolchain_cc_nostdinc macro
toolchain_cc_nostdinc does not only obtain flags (to be placed in a variable), it obtains and applies them. No functional change expected. Signed-off-by: Mark Ruvald Pedersen <mped@oticon.com>
This commit is contained in:
parent
3481dc876e
commit
3419efd552
|
@ -194,7 +194,7 @@ if(CONFIG_MISRA_SANE)
|
|||
zephyr_compile_options($<$<COMPILE_LANGUAGE:CXX>:-Werror=vla>)
|
||||
endif()
|
||||
|
||||
# @Intent: Obtain compiler specific flags for standard C includes
|
||||
# @Intent: Set compiler specific flags for standard C includes
|
||||
toolchain_cc_nostdinc()
|
||||
|
||||
zephyr_compile_options(
|
||||
|
|
0
cmake/linker/ld/target.cmake
Normal file
0
cmake/linker/ld/target.cmake
Normal file
Loading…
Reference in a new issue