mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 16:56:57 +00:00
- newlib needs c standard includes (so no -nostdinc) - xcc needs toolchain headers (so no -nostdinc) - with host gcc: - x86_64 should not build with standard includes (-nostdinc needed) - native_posix should build with standard include (no -nostdinc) .. .. To simplify, abstract this and move it to compilers/toolchains and still depend on what the application wants. Signed-off-by: Anas Nashif <anas.nashif@intel.com> |
||
---|---|---|
.. | ||
generic.cmake | ||
target.cmake |