Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clang-cross: Rename PN to include TARGET_ARCH | Khem Raj | 2015-04-06 | 1 | -0/+0 |
| | | | | | | brings it inline with gcc toolchain Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | classes: Add a mechanism, to select components to be able to select default ↵ | Khem Raj | 2015-03-12 | 1 | -0/+10 |
compiler We add clang as an alternative compiler, it sitll uses underlying binutils and compiler runtime, it will only do the compilation and defer link, to GNU ld/gold, to compile a component usign clang add TOOLCHAIN_pn-<recipe-name> = "clang" DEPENDS_append_pn-<recipe-name> = " clang-cross " And OE will start using clang to compile <recipe-name> Signed-off-by: Khem Raj <raj.khem@gmail.com> |