commit | 26127443521d6515f381c96277993202675f4333 | [log] [tgz] |
---|---|---|
author | Sebastian Bøe <sebastian.boe@nordicsemi.no> | Fri Jan 12 10:25:01 2018 +0100 |
committer | Anas Nashif <nashif@linux.intel.com> | Fri Jan 12 08:05:35 2018 -0500 |
tree | 7e1287c5bb2c17fdc7a2dfffbe5935535e6a9c00 | |
parent | 47a28a9612caf8235edb34b65afa617be6e9c621 [diff] |
cmake: Don't specify a C standard when building Kconfig Specifying a C standard triggered a compiler warning on Ubuntu (gcc 5.4.0) and a compiler error on Mac OS 10.12.6. Omit specifying the standard and let the host toolchain use it's default instead. Tested on Mac OS and Ubuntu 16.04.3. This fixes #5640 Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>