Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
59841c9c6751fc6b673a059644fd6dfc79fe38d3
/
.
/
cmake
/
compiler
/
host-gcc
/
target_nostdinc.cmake
blob: 336e168a39113ed22f6a72790e273709955e0c84 [
file
] [
log
] [
blame
]
macro
(
toolchain_cc_nostdinc
)
zephyr_compile_options_ifndef
(
CONFIG_NATIVE_APPLICATION
-
nostdinc
)
endmacro
()