commit | 01592071f1e205e7a020d9dd487c04943226c287 | [log] [tgz] |
---|---|---|
author | Mark Ruvald Pedersen <mped@oticon.com> | Thu Jan 10 12:07:51 2019 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jan 30 08:42:11 2019 -0500 |
tree | 7818e457a43f98e14afdcdf1e6863f530c130ba2 | |
parent | 4575f44337171775aef764eed6974487d49e39fa [diff] |
cmake: Toolchain abstraction: security Introduce the first of the toolchain_cc-family of macros: toolchain_cc_security_fortify and toolchain_cc_security_canaries. No functional change expected. Fortify source is not supported by Clang, but this commit retains current behavior. This is motivated by the wish to abstract Zephyr's usage of toolchains, permitting easier porting to other (commercial) toolchains. Signed-off-by: Mark Ruvald Pedersen <mped@oticon.com>