commit | aa049e5d8f7ce08ff9e7de1675edddda14faedb6 | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Thu Feb 21 14:13:28 2019 -0500 |
committer | Anas Nashif <anas.nashif@intel.com> | Sun Feb 24 17:48:10 2019 -0500 |
tree | fe846e3026504c19fedfa913aea5994d4f37d8e3 | |
parent | 59841c9c6751fc6b673a059644fd6dfc79fe38d3 [diff] |
toolchain: abstract setting -nostdinc - 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>