commit | 6331dae62394d8206c7c71088c5b42a3b7ef2d2f | [log] [tgz] |
---|---|---|
author | Danny Oerndrup <daor@demant.com> | Thu Jun 13 15:33:03 2019 +0200 |
committer | Alberto Escolar <32480799+aescolar@users.noreply.github.com> | Fri Jun 14 10:25:28 2019 +0200 |
tree | 7f0eb3a49566c13c312d1b283dd821bc0034026b | |
parent | d0d963a85d356952b75a2cfe188009e40209677b [diff] |
cmake: Toolchain abstraction: Introducing macro toolchain_cc_cstd_flag The macro obtains the toolchain specific flag and value for setting of the requested c standard. The intent here is to abstract Zephyr's dependence on toolchains, thus allowing for easier porting to other, perhaps commercial, toolchains and/or usecases. No functional change expected. Signed-off-by: Danny Oerndrup <daor@demant.com>