| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
options should be in sync or else clang will not link the binaries
| x86_64-yoesdk-linux-clang: error: --rtlib=libgcc requires --unwindlib=libgcc
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
| |
It will add these options to gcc as well when building native recipes
as it is implemented in oe-core, this logic is different so adjust
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
| |
TOOLCHAIN is possible to set for target/native/nativesdk separately
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
| |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
| |
clang.bbclass in oe-core will define toolchain-gcc for nativesdk
and thats perhaps better, ideally we should depend on llvm runtime
unconditionally, so a package can use either llvm or gcc runtimes
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
A similar bbclass is added to oe-core, so rename it as legacy class
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|