commit | 209a9104be8454d158434bea4b605633b42de710 | [log] [tgz] |
---|---|---|
author | Yasushi SHOJI <y-shoji@ispace-inc.com> | Thu May 09 14:00:06 2019 +0900 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Aug 02 14:58:02 2019 +0200 |
tree | c8c1a66672c6723dd7d0bc8be21658c5867bbd17 | |
parent | 9336e3ee2cbf3da70f2634822c99e344ff51bb65 [diff] |
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>