| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
brings it inline with gcc toolchain
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
| |
Avoids frequent rebuilds these are active projects
and it takes a long time to compile. We will update them
weekly
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
| |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
| |
This fixed race conditions during build of clang-native
where it cant find native tblgen during cross building clang
use clang to compile musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
| |
Fix typo in syntax spec
|
|\
| |
| | |
Update license md5 checksum
|
|/
|
|
|
| |
The copyright date in projects/compiler-rt/LICENSE.TXT changed from
2014 to 2015.
|
|
|
| |
Fix a typo
|
|
|
| |
shell formatting for code section
|
|
|
|
| |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 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>
|
|
|
|
|
|
|
| |
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>
|
|
Add clang recipes
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|