summaryrefslogtreecommitdiffstats
path: root/recipes-excluded
Commit message (Collapse)AuthorAgeFilesLines
* piglit,python-numpy,valgrind: Mark gcc-only recipesKhem Raj2016-03-033-0/+6
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libvorbis,xserver-xorg: Add to non-clang listKhem Raj2015-10-012-0/+4
| | | | | | xserver-xorg is just for x86 since it uses some GNU specific inline asms Signed-off-by: Khem Raj <raj.khem@gmail.com>
* syslinux: Has hard dep on gcc some includes like stdargs need fixingKhem Raj2015-09-101-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gummiboot: Compile with gcc onyKhem Raj2015-09-091-0/+2
| | | | | | | | 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,gnu-efi,systemtap,tcp-wrappers: Use gcc only for nowKhem Raj2015-09-084-0/+7
| | | | | | | | | | | | | | | | | | | | | 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>
* cairo,cpufrequtils,pulseaudio: Use gcc alwaysKhem Raj2015-08-233-0/+6
| | | | | | They dont yet build with clang, so use gcc toolchain always Signed-off-by: Khem Raj <raj.khem@gmail.com>
* systemd: Add bbappend to use ARM ISA for clangKhem Raj2015-08-231-0/+2
| | | | | | | | | | | | | | | 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>
* perf: Use gcc alwaysKhem Raj2015-08-221-0/+2
| | | | | | clang produces legit errors but fix them later Signed-off-by: Khem Raj <raj.khem@gmail.com>
* aspell,grub: Exclude from using clang buildKhem Raj2015-08-223-0/+6
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nonclangable: Add bbappend to disable clangKhem Raj2015-08-2137-0/+73
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>