diff options
59 files changed, 58 insertions, 113 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 5ef86e4..2834fb4 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -13,6 +13,6 @@ BBFILE_PRIORITY_clang-layer = "7" | |||
| 13 | PREFERRED_PROVIDER_libgcc-initial = "libgcc-initial" | 13 | PREFERRED_PROVIDER_libgcc-initial = "libgcc-initial" |
| 14 | PREFERRED_PROVIDER_libunwind = "llvm-libunwind" | 14 | PREFERRED_PROVIDER_libunwind = "llvm-libunwind" |
| 15 | 15 | ||
| 16 | BB_DANGLINGAPPENDS_WARNONLY = "1" | ||
| 17 | |||
| 18 | INHERIT += "clang" | 16 | INHERIT += "clang" |
| 17 | |||
| 18 | require conf/nonclangable.conf | ||
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf new file mode 100644 index 0000000..f97da4d --- /dev/null +++ b/conf/nonclangable.conf | |||
| @@ -0,0 +1,56 @@ | |||
| 1 | TOOLCHAIN_pn-aspell = "gcc" | ||
| 2 | TOOLCHAIN_pn-binutils = "gcc" | ||
| 3 | TOOLCHAIN_pn-binutils-cross-${TARGET_ARCH} = "gcc" | ||
| 4 | TOOLCHAIN_pn-binutils-cross-canadian-${TARGET_ARCH} = "gcc" | ||
| 5 | TOOLCHAIN_pn-binutils-crosssdk-${SDK_ARCH} = "gcc" | ||
| 6 | TOOLCHAIN_pn-busybox = "gcc" | ||
| 7 | TOOLCHAIN_pn-cairo = "gcc" | ||
| 8 | TOOLCHAIN_pn-clang_class-native = "gcc" | ||
| 9 | TOOLCHAIN_pn-clang-cross-${TARGET_ARCH} = "gcc" | ||
| 10 | TOOLCHAIN_pn-cross-localedef-native = "gcc" | ||
| 11 | TOOLCHAIN_pn-cpufrequtils = "gcc" | ||
| 12 | TOOLCHAIN_pn-dtc = "gcc" | ||
| 13 | TOOLCHAIN_pn-elfutils = "gcc" | ||
| 14 | TOOLCHAIN_pn-gcc = "gcc" | ||
| 15 | TOOLCHAIN_pn-gcc-cross-${TARGET_ARCH} = "gcc" | ||
| 16 | TOOLCHAIN_pn-gcc-cross-canadian-${TARGET_ARCH} = "gcc" | ||
| 17 | TOOLCHAIN_pn-gcc-cross-initial-${TARGET_ARCH} = "gcc" | ||
| 18 | TOOLCHAIN_pn-gcc-crosssdk-${SDK_ARCH} = "gcc" | ||
| 19 | TOOLCHAIN_pn-gcc-crosssdk-initial-${SDK_ARCH} = "gcc" | ||
| 20 | TOOLCHAIN_pn-gcc-runtime = "gcc" | ||
| 21 | TOOLCHAIN_pn-gcc-sanitizers = "gcc" | ||
| 22 | TOOLCHAIN_pn-gcc-source-${TARGET_ARCH} = "gcc" | ||
| 23 | TOOLCHAIN_pn-gdb-cross-${TARGET_ARCH} = "gcc" | ||
| 24 | TOOLCHAIN_pn-glibc = "gcc" | ||
| 25 | TOOLCHAIN_pn-glibc-initial = "gcc" | ||
| 26 | TOOLCHAIN_pn-glibc-locale = "gcc" | ||
| 27 | TOOLCHAIN_pn-glibc-mtrace = "gcc" | ||
| 28 | TOOLCHAIN_pn-glibc-scripts = "gcc" | ||
| 29 | TOOLCHAIN_pn-gnu-efi = "gcc" | ||
| 30 | TOOLCHAIN_pn-grub = "gcc" | ||
| 31 | TOOLCHAIN_pn-grub-efi = "gcc" | ||
| 32 | TOOLCHAIN_pn-gummiboot = "gcc" | ||
| 33 | TOOLCHAIN_pn-ldconfig-native = "gcc" | ||
| 34 | TOOLCHAIN_pn-libgcc = "gcc" | ||
| 35 | TOOLCHAIN_pn-libgcc-initial = "gcc" | ||
| 36 | TOOLCHAIN_pn-libgfortran = "gcc" | ||
| 37 | TOOLCHAIN_pn-libtool = "gcc" | ||
| 38 | TOOLCHAIN_pn-libvorbis = "gcc" | ||
| 39 | TOOLCHAIN_pn-mtools = "gcc" | ||
| 40 | TOOLCHAIN_pn-openssl = "gcc" | ||
| 41 | TOOLCHAIN_pn-perf.bbappend = "gcc" | ||
| 42 | TOOLCHAIN_pn-piglit = "gcc" | ||
| 43 | TOOLCHAIN_pn-pixman = "gcc" | ||
| 44 | TOOLCHAIN_pn-prelink = "gcc" | ||
| 45 | TOOLCHAIN_pn-pulseaudio = "gcc" | ||
| 46 | TOOLCHAIN_pn-python-numpy = "gcc" | ||
| 47 | TOOLCHAIN_pn-rpm = "gcc" | ||
| 48 | TOOLCHAIN_pn-syslinux = "gcc" | ||
| 49 | TOOLCHAIN_pn-systemtap = "gcc" | ||
| 50 | TOOLCHAIN_pn-tcp-wrappers = "gcc" | ||
| 51 | TOOLCHAIN_pn-uclibc = "gcc" | ||
| 52 | TOOLCHAIN_pn-uclibc-initial = "gcc" | ||
| 53 | TOOLCHAIN_pn-valgrind = "gcc" | ||
| 54 | TOOLCHAIN_pn-zlib = "gcc" | ||
| 55 | |||
| 56 | CFLAGS_append_pn-liboil_toolchain-clang_x86-64 = " -fheinous-gnu-extensions " | ||
diff --git a/recipes-excluded/nonclangable/aspell_%.bbappend b/recipes-excluded/nonclangable/aspell_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/aspell_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/binutils-cross-canadian_%.bbappend b/recipes-excluded/nonclangable/binutils-cross-canadian_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/binutils-cross-canadian_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/binutils-cross_%.bbappend b/recipes-excluded/nonclangable/binutils-cross_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/binutils-cross_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/binutils-crosssdk_%.bbappend b/recipes-excluded/nonclangable/binutils-crosssdk_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/binutils-crosssdk_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/binutils_%.bbappend b/recipes-excluded/nonclangable/binutils_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/binutils_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/busybox_%.bbappend b/recipes-excluded/nonclangable/busybox_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/busybox_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/cairo_%.bbappend b/recipes-excluded/nonclangable/cairo_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/cairo_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/clang-cross_%.bbappend b/recipes-excluded/nonclangable/clang-cross_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/clang-cross_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/clang_%.bbappend b/recipes-excluded/nonclangable/clang_%.bbappend deleted file mode 100644 index 703b5e7..0000000 --- a/recipes-excluded/nonclangable/clang_%.bbappend +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | TOOLCHAIN_class-native = "gcc" | ||
diff --git a/recipes-excluded/nonclangable/cpufrequtils_%.bbappend b/recipes-excluded/nonclangable/cpufrequtils_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/cpufrequtils_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/cross-localedef-native_%.bbappend b/recipes-excluded/nonclangable/cross-localedef-native_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/cross-localedef-native_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/dtc_%.bbappend b/recipes-excluded/nonclangable/dtc_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/dtc_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/elfutils_%.bbappend b/recipes-excluded/nonclangable/elfutils_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/elfutils_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/gcc-cross-canadian_%.bbappend b/recipes-excluded/nonclangable/gcc-cross-canadian_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/gcc-cross-canadian_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/gcc-cross-initial_%.bbappend b/recipes-excluded/nonclangable/gcc-cross-initial_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/gcc-cross-initial_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/gcc-cross_%.bbappend b/recipes-excluded/nonclangable/gcc-cross_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/gcc-cross_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/gcc-crosssdk-initial_%.bbappend b/recipes-excluded/nonclangable/gcc-crosssdk-initial_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/gcc-crosssdk-initial_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/gcc-crosssdk_%.bbappend b/recipes-excluded/nonclangable/gcc-crosssdk_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/gcc-crosssdk_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/gcc-runtime_%.bbappend b/recipes-excluded/nonclangable/gcc-runtime_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/gcc-runtime_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/gcc-sanitizers_%.bbappend b/recipes-excluded/nonclangable/gcc-sanitizers_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/gcc-sanitizers_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/gcc-source_%.bbappend b/recipes-excluded/nonclangable/gcc-source_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/gcc-source_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/gcc_%.bbappend b/recipes-excluded/nonclangable/gcc_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/gcc_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/gdb-cross_%.bbappend b/recipes-excluded/nonclangable/gdb-cross_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/gdb-cross_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/glibc-initial_%.bbappend b/recipes-excluded/nonclangable/glibc-initial_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/glibc-initial_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/glibc-locale_%.bbappend b/recipes-excluded/nonclangable/glibc-locale_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/glibc-locale_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/glibc-mtrace_%.bbappend b/recipes-excluded/nonclangable/glibc-mtrace_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/glibc-mtrace_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/glibc-scripts_%.bbappend b/recipes-excluded/nonclangable/glibc-scripts_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/glibc-scripts_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/glibc_%.bbappend b/recipes-excluded/nonclangable/glibc_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/glibc_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/gnu-efi_%.bbappend b/recipes-excluded/nonclangable/gnu-efi_%.bbappend deleted file mode 100644 index eb4c75b..0000000 --- a/recipes-excluded/nonclangable/gnu-efi_%.bbappend +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
diff --git a/recipes-excluded/nonclangable/grub-efi_%.bbappend b/recipes-excluded/nonclangable/grub-efi_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/grub-efi_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/grub_%.bbappend b/recipes-excluded/nonclangable/grub_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/grub_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/gummiboot_%.bbappend b/recipes-excluded/nonclangable/gummiboot_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/gummiboot_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/ldconfig-native_%.bbappend b/recipes-excluded/nonclangable/ldconfig-native_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/ldconfig-native_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/libgcc-initial_%.bbappend b/recipes-excluded/nonclangable/libgcc-initial_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/libgcc-initial_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/libgcc_%.bbappend b/recipes-excluded/nonclangable/libgcc_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/libgcc_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/libgfortran_%.bbappend b/recipes-excluded/nonclangable/libgfortran_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/libgfortran_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/libtool_%.bbappend b/recipes-excluded/nonclangable/libtool_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/libtool_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/libvorbis_%.bbappend b/recipes-excluded/nonclangable/libvorbis_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/libvorbis_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/mtools_%.bbappend b/recipes-excluded/nonclangable/mtools_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/mtools_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/openssl_%.bbappend b/recipes-excluded/nonclangable/openssl_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/openssl_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/perf.bbappend b/recipes-excluded/nonclangable/perf.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/perf.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/piglit_%.bbappend b/recipes-excluded/nonclangable/piglit_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/piglit_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/pixman_%.bbappend b/recipes-excluded/nonclangable/pixman_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/pixman_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/prelink_%.bbappend b/recipes-excluded/nonclangable/prelink_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/prelink_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/pulseaudio_%.bbappend b/recipes-excluded/nonclangable/pulseaudio_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/pulseaudio_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/python-numpy_%.bbappend b/recipes-excluded/nonclangable/python-numpy_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/python-numpy_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/rpm_%.bbappend b/recipes-excluded/nonclangable/rpm_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/rpm_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/syslinux_%.bbappend b/recipes-excluded/nonclangable/syslinux_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/syslinux_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/systemd_%.bbappend b/recipes-excluded/nonclangable/systemd_%.bbappend deleted file mode 100644 index df3c0d0..0000000 --- a/recipes-excluded/nonclangable/systemd_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | ARM_INSTRUCTION_SET_toolchain-clang = "arm" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/systemtap_%.bbappend b/recipes-excluded/nonclangable/systemtap_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/systemtap_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/tcp-wrappers_%.bbappend b/recipes-excluded/nonclangable/tcp-wrappers_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/tcp-wrappers_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/uclibc-initial_%.bbappend b/recipes-excluded/nonclangable/uclibc-initial_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/uclibc-initial_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/uclibc_%.bbappend b/recipes-excluded/nonclangable/uclibc_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/uclibc_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/valgrind_%.bbappend b/recipes-excluded/nonclangable/valgrind_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/valgrind_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/xserver-xorg_%.bbappend b/recipes-excluded/nonclangable/xserver-xorg_%.bbappend deleted file mode 100644 index 1cdc3db..0000000 --- a/recipes-excluded/nonclangable/xserver-xorg_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN_x86 = "gcc" | ||
| 2 | |||
diff --git a/recipes-excluded/nonclangable/zlib_%.bbappend b/recipes-excluded/nonclangable/zlib_%.bbappend deleted file mode 100644 index b0cab1b..0000000 --- a/recipes-excluded/nonclangable/zlib_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | TOOLCHAIN = "gcc" | ||
| 2 | |||
diff --git a/recipes-support/liboil/liboil_%.bbappend b/recipes-support/liboil/liboil_%.bbappend deleted file mode 100644 index 8272df5..0000000 --- a/recipes-support/liboil/liboil_%.bbappend +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | CFLAGS_append_x86-64 = " -fheinous-gnu-extensions " | ||
