| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Used script 'scripts/contrib/convert-overrides.py' from
openembedded-core meta layer to add new override syntax
to make it work with BitBake 1.52 (Honister 3.4) or later.
Signed-off-by: Preeti Sachan <preeti.sachan@intel.com>
|
|
|
|
|
|
|
| |
clang12 can successfully compile and boot musl so remove the workaround
to use gcc
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
| |
The hang in clang seems to gone with clang12
remove dependecy on gcc-cross if using clang to compile musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
| |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
| |
clang/master hangs (can you believe) while compiling musl on armv7ve
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
| |
Fails to build with builtins which are only in compiler-rt
but compiler-rt needs C library to build. Catch-22
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
| |
system boot but not all the way to command prompt so we need to debug it
eventually
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
| |
clang needs built-ins from compiler-rt to build musl
and compiler-rt needs a full toolchain to build which means
we have a catch-22 on x32 with clang/musl, for now use gcc
to compile musl to break the jinx
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
| |
helps with LTO enabled cross builds
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
We do not need libc to build clang
Add dep on clang-cross when building musl
with clang
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|