commit | 6f946e20b62501a9c78ab34a3da9cbe9607a0f5c | [log] [tgz] |
---|---|---|
author | Sebastian Bøe <sebastian.boe@nordicsemi.no> | Tue Jan 09 10:52:57 2018 +0100 |
committer | Anas Nashif <nashif@linux.intel.com> | Thu Jan 11 16:06:55 2018 -0500 |
tree | 539bd0372aa09e17495972b11cb4d9cb27749734 | |
parent | 07a64f19edf4d5c6c98cbbd994fc50d4d3ccfe32 [diff] |
cmake: Execute arch/CMakeLists.txt before subsys/CMakeList.txt Re-order the execution of the arch/ and subsys/ CMakeLists.txt code to work around a manifestation of issue #6505. When OpenThread created an External project in subsys, it did not have access to important toolchain flags added in arch/. Intuitively, subsystems might depends on how the ARCH is configured, but the ARCH shouldn't depend on any subsystem. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>