commit | 9c2ac778612da408900ff73feb7310a01634dd46 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Tue Feb 19 16:02:30 2019 -0600 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed Feb 20 12:13:45 2019 -0600 |
tree | 9ebcce933bc975f6563a71b7477c7d0277ee4c43 | |
parent | 749596659f4064541ef9a03665907cd1b41bedb7 [diff] |
cmake: Fix setting of -nostdinc We where defining the variable NOSTDINC_F after we tried to use it. Move the definition before the first reference fixes things. When -nostdinc now enabled we need to explicitly add the compiler include path for x86_64 based builds (x86_64 and ARCH_POSIX). Signed-off-by: Kumar Gala <kumar.gala@linaro.org>