commit | 1f01325ee53752aedcb62e38806d9be69bfa9010 | [log] [tgz] |
---|---|---|
author | Mark Ruvald Pedersen <mped@oticon.com> | Thu Apr 25 15:46:11 2019 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Sun Apr 28 12:52:18 2019 -0400 |
tree | 45c9bcbc05a4371696e366d50487cd6c23a5c64a | |
parent | 0cad53b5ce3f4041998c72d8abd7869a2caaac24 [diff] |
cmake: Toolchain abstraction: use LINKER, introduce toolchain_ld_base toolchain_ld_base() represents flags that are fundamental to linking or otherwise does not belong in any further specified linker flag category. 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>