blob: dcd8c852f12a08aef4ca875c4c99fd843eab8780 [file] [log] [blame]
macro(toolchain_cc_nostdinc)
if (NOT CONFIG_NEWLIB_LIBC AND
NOT COMPILER STREQUAL "xcc" AND
NOT CONFIG_NATIVE_APPLICATION)
zephyr_compile_options( -nostdinc)
endif()
endmacro()