summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/layer.conf4
-rw-r--r--conf/nonclangable.conf56
-rw-r--r--recipes-excluded/nonclangable/aspell_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/binutils-cross-canadian_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/binutils-cross_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/binutils-crosssdk_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/binutils_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/busybox_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/cairo_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/clang-cross_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/clang_%.bbappend1
-rw-r--r--recipes-excluded/nonclangable/cpufrequtils_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/cross-localedef-native_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/dtc_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/elfutils_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/gcc-cross-canadian_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/gcc-cross-initial_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/gcc-cross_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/gcc-crosssdk-initial_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/gcc-crosssdk_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/gcc-runtime_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/gcc-sanitizers_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/gcc-source_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/gcc_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/gdb-cross_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/glibc-initial_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/glibc-locale_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/glibc-mtrace_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/glibc-scripts_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/glibc_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/gnu-efi_%.bbappend1
-rw-r--r--recipes-excluded/nonclangable/grub-efi_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/grub_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/gummiboot_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/ldconfig-native_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/libgcc-initial_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/libgcc_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/libgfortran_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/libtool_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/libvorbis_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/mtools_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/openssl_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/perf.bbappend2
-rw-r--r--recipes-excluded/nonclangable/piglit_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/pixman_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/prelink_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/pulseaudio_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/python-numpy_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/rpm_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/syslinux_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/systemd_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/systemtap_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/tcp-wrappers_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/uclibc-initial_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/uclibc_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/valgrind_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/xserver-xorg_%.bbappend2
-rw-r--r--recipes-excluded/nonclangable/zlib_%.bbappend2
-rw-r--r--recipes-support/liboil/liboil_%.bbappend1
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"
13PREFERRED_PROVIDER_libgcc-initial = "libgcc-initial" 13PREFERRED_PROVIDER_libgcc-initial = "libgcc-initial"
14PREFERRED_PROVIDER_libunwind = "llvm-libunwind" 14PREFERRED_PROVIDER_libunwind = "llvm-libunwind"
15 15
16BB_DANGLINGAPPENDS_WARNONLY = "1"
17
18INHERIT += "clang" 16INHERIT += "clang"
17
18require 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 @@
1TOOLCHAIN_pn-aspell = "gcc"
2TOOLCHAIN_pn-binutils = "gcc"
3TOOLCHAIN_pn-binutils-cross-${TARGET_ARCH} = "gcc"
4TOOLCHAIN_pn-binutils-cross-canadian-${TARGET_ARCH} = "gcc"
5TOOLCHAIN_pn-binutils-crosssdk-${SDK_ARCH} = "gcc"
6TOOLCHAIN_pn-busybox = "gcc"
7TOOLCHAIN_pn-cairo = "gcc"
8TOOLCHAIN_pn-clang_class-native = "gcc"
9TOOLCHAIN_pn-clang-cross-${TARGET_ARCH} = "gcc"
10TOOLCHAIN_pn-cross-localedef-native = "gcc"
11TOOLCHAIN_pn-cpufrequtils = "gcc"
12TOOLCHAIN_pn-dtc = "gcc"
13TOOLCHAIN_pn-elfutils = "gcc"
14TOOLCHAIN_pn-gcc = "gcc"
15TOOLCHAIN_pn-gcc-cross-${TARGET_ARCH} = "gcc"
16TOOLCHAIN_pn-gcc-cross-canadian-${TARGET_ARCH} = "gcc"
17TOOLCHAIN_pn-gcc-cross-initial-${TARGET_ARCH} = "gcc"
18TOOLCHAIN_pn-gcc-crosssdk-${SDK_ARCH} = "gcc"
19TOOLCHAIN_pn-gcc-crosssdk-initial-${SDK_ARCH} = "gcc"
20TOOLCHAIN_pn-gcc-runtime = "gcc"
21TOOLCHAIN_pn-gcc-sanitizers = "gcc"
22TOOLCHAIN_pn-gcc-source-${TARGET_ARCH} = "gcc"
23TOOLCHAIN_pn-gdb-cross-${TARGET_ARCH} = "gcc"
24TOOLCHAIN_pn-glibc = "gcc"
25TOOLCHAIN_pn-glibc-initial = "gcc"
26TOOLCHAIN_pn-glibc-locale = "gcc"
27TOOLCHAIN_pn-glibc-mtrace = "gcc"
28TOOLCHAIN_pn-glibc-scripts = "gcc"
29TOOLCHAIN_pn-gnu-efi = "gcc"
30TOOLCHAIN_pn-grub = "gcc"
31TOOLCHAIN_pn-grub-efi = "gcc"
32TOOLCHAIN_pn-gummiboot = "gcc"
33TOOLCHAIN_pn-ldconfig-native = "gcc"
34TOOLCHAIN_pn-libgcc = "gcc"
35TOOLCHAIN_pn-libgcc-initial = "gcc"
36TOOLCHAIN_pn-libgfortran = "gcc"
37TOOLCHAIN_pn-libtool = "gcc"
38TOOLCHAIN_pn-libvorbis = "gcc"
39TOOLCHAIN_pn-mtools = "gcc"
40TOOLCHAIN_pn-openssl = "gcc"
41TOOLCHAIN_pn-perf.bbappend = "gcc"
42TOOLCHAIN_pn-piglit = "gcc"
43TOOLCHAIN_pn-pixman = "gcc"
44TOOLCHAIN_pn-prelink = "gcc"
45TOOLCHAIN_pn-pulseaudio = "gcc"
46TOOLCHAIN_pn-python-numpy = "gcc"
47TOOLCHAIN_pn-rpm = "gcc"
48TOOLCHAIN_pn-syslinux = "gcc"
49TOOLCHAIN_pn-systemtap = "gcc"
50TOOLCHAIN_pn-tcp-wrappers = "gcc"
51TOOLCHAIN_pn-uclibc = "gcc"
52TOOLCHAIN_pn-uclibc-initial = "gcc"
53TOOLCHAIN_pn-valgrind = "gcc"
54TOOLCHAIN_pn-zlib = "gcc"
55
56CFLAGS_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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN_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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1ARM_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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN = "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 @@
1TOOLCHAIN_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 @@
1TOOLCHAIN = "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 @@
1CFLAGS_append_x86-64 = " -fheinous-gnu-extensions "