94b87c6422
Currently we try to manually specify C/C++ headers locations with -isystem flag which lead to issues with "include_next" directive which is used in C/C++ headers. As advised by MWDT R&D team let's rely on the default C/C++ include locations which are provided by MWDT if we do build with MW C / C++ libraries. For that case we still need to manually specify header directory to ASM builds which bay use 'stdbool.h' In case of building with minimal libc (provided by Zephyr) we rely on minimal libc headers and manually specify toolchain's C header directory (as minimal libc still uses some toolchain's C headers. Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com> |
||
---|---|---|
.. | ||
arcmwdt | ||
armclang | ||
clang | ||
gcc | ||
host-gcc | ||
icx | ||
xcc | ||
xcc-clang | ||
compiler_features.cmake | ||
compiler_flags_template.cmake |