commit | 65f02c04d5e0893f66010158de49303113c6ff76 | [log] [tgz] |
---|---|---|
author | Mark Ruvald Pedersen <mped@oticon.com> | Thu Apr 25 16:31:30 2019 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Apr 30 10:13:41 2019 -0400 |
tree | f41323cc6a3138e0200be406284de97eec9c5e31 | |
parent | 4080818300f3b1c1cdad561e1ccc794ba3036340 [diff] |
cmake: Toolchain abstraction: introduce toolchain_ld_baremetal() The intent of toolchain_ld_baremetal() is to collect the flags belonging to non-hosted (i.e. POSIX-based) targets. No functional change expected. This is motivated by the wish to abstract Zephyr's usage of toolchains, permitting non-intrusive porting to other (commercial) toolchains. Signed-off-by: Mark Ruvald Pedersen <mped@oticon.com>