| commit | bdb229faff46edd1a8cd8227a0ebde4788efe051 | [log] [tgz] |
|---|---|---|
| author | Danny Oerndrup <daor@demant.com> | Mon May 06 15:19:27 2019 +0200 |
| committer | Alberto Escolar <32480799+aescolar@users.noreply.github.com> | Tue May 14 18:19:18 2019 +0200 |
| tree | 7f6bbe39df5c66f4d37a7c40942fee8a429f39b4 | |
| parent | 8650b150b9b55319dd52a43650f0401daba3d60c [diff] |
cmake: Toolchain abstraction: Introduce toolchain_cc_warning_base This is placeholder for base warning flags, common to most toolchains. 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>