zephyr/cmake/compiler/clang
Yasushi SHOJI 209a9104be cmake: compiler: gcc: Explicitly spell out stddef.h and limits.h
Depending on how compiler is built, it prints a different include
directory with `--print-file-name=include`.  What we want, instead, is
directories with `stddef.h` and `include-fixed/limits.h`.

This commit explicitly specify the header files we want to use, then
take the directory from the returned path.

Signed-off-by: Yasushi SHOJI <y-shoji@ispace-inc.com>
2019-08-02 14:58:02 +02:00
..
generic.cmake cmake: clang: Detect host installed clang 2019-04-30 09:33:54 -04:00
target.cmake cmake: compiler: gcc: Explicitly spell out stddef.h and limits.h 2019-08-02 14:58:02 +02:00
target_warnings.cmake cmake: Toolchain abstraction: Abstraction of implicit-int error flag 2019-05-22 15:28:07 +02:00