Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | classes: Add a mechanism, to select components to be able to select default ↵ | Khem Raj | 2015-03-12 | 3 | -0/+25 |
| | | | | | | | | | | | | | | | 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> | ||||
* | clang-cross: A wrapper to install cross compiler symlinks | Khem Raj | 2015-03-12 | 1 | -0/+28 |
| | | | | | | | Clang is smart to find for cross binutils if the triplet is called so lets add ${TARGET_PREFIX} to clang and enjoy the benefits Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | clang: Update to latest git master | Khem Raj | 2015-03-12 | 3 | -66/+106 |
| | | | | | | | Fix clang-native builds, try to provide things that is a stab at replacing gcc runtime provides Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | Intial commit | Khem Raj | 2014-09-11 | 8 | -0/+428 |
Add clang recipes Signed-off-by: Khem Raj <raj.khem@gmail.com> |