commit | 75811428c362c8debe23e951e30c9e0939f929ae | [log] [tgz] |
---|---|---|
author | Sebastian Bøe <sebastian.boe@nordicsemi.no> | Fri Dec 07 12:30:34 2018 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Dec 07 12:53:20 2018 -0500 |
tree | 0b2165d5915eb36da8b12cc736dccfa46efe6aaf | |
parent | 4f61c2a58db193738ca895f84309050d6d1109da [diff] |
cmake: toolchain: Use ARCH instead of CONFIG_ARCH ARCH is available before CONFIG_ARCH, and is otherwise identical. So it is better to use ARCH than CONFIG_ARCH as this allows the code to be moved around more freely. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>