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:
Mark Ruvald Pedersen 2019-04-25 15:44:16 +02:00 committed by Anas Nashif
parent 3481dc876e
commit 3419efd552
2 changed files with 1 additions and 1 deletions

View file

@ -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(

View file