commit | ba9b8dd183988ccb3cea6da1d3f9e11cb2ecca14 | [log] [tgz] |
---|---|---|
author | Alberto Escolar Piedras <alpi@oticon.com> | Tue Oct 08 17:41:06 2019 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Oct 08 17:09:23 2019 -0400 |
tree | ea2187f0f416f0dda149b82c3c329996639f456b | |
parent | fe85c2e2e08aaea6692e58f57d03460cd177c3fc [diff] |
toolchain: Fix for off-tree toolchains Revert 1b5e6072ca8324432aa920f47d8f7931232fb8bc which broke things for off-tree toolchains, and add a note about the reason for that line so it is not removed again. That include line is, logically, not there for the compilers which are supported in the tree, but for other compilers which would be supported thru off-tree headers and cmake files. Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>