| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
| |
xserver-xorg is just for x86 since it uses some GNU specific inline asms
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
| |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
| |
This is needed since clang generate memset calls at -O0 as well
even when we use -ffreestanding -fno-builtin, and as a result the
build fails since it detects memset as missing symbol in the .so
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
gdb-cross is added since it looks for a gcc for clang frontend as a
result it finds gcc in /usr/lib/gcc .. and OE's configure QA check sees
this as if the build referenced into hosts /usr/lib and bails out.
systemtap uses a lot of nested inlines which is unsupported by clang,
time permitting this should be cleaned
gnu-efi says
error: the 'sse' unit is not supported with this instruction set
tcp-wrappers fails with
fix_options.c:66:2: error: non-void function 'fix_options' should return a value [-Wreturn-type]
return;
^
fix_options.c:109:3: error: non-void function 'fix_options' should return a value [-Wreturn-type]
return;
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
| |
They dont yet build with clang, so use gcc toolchain always
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We have a clang problem,disable thumb2 for now using clang
/tmp/kraj/bus-kernel-43b6ab.s: Assembler messages:
/tmp/kraj/bus-kernel-43b6ab.s:10772: Error: r13 not allowed here --
`sub.w sp,r1,#56'
clang-3.7: error: assembler command failed with exit code 1 (use -v to
see invocation)
Makefile:14915: recipe for target
'src/libsystemd/sd-bus/libsystemd_la-bus-kernel.lo' failed
make[2]: *** [src/libsystemd/sd-bus/libsystemd_la-bus-kernel.lo] Error 1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
| |
clang produces legit errors but fix them later
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
| |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
This is subset of recipes which encountered during core-image-minimal
are not _yet_ compilable using clang, so we enable gcc to build them
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|