diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-10-01 01:04:25 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2015-10-01 01:04:25 +0000 |
commit | 47ac199ba53671e6438f5777ab98bf8f0a32fdaf (patch) | |
tree | 373a6eeefb385d6bd088412365fba9b9e9d24d75 | |
parent | 88d550d9b887b78ee0ce2c90ebd5d1b1b381f9c6 (diff) | |
download | meta-clang-47ac199ba53671e6438f5777ab98bf8f0a32fdaf.tar.gz |
libvorbis,xserver-xorg: Add to non-clang list
xserver-xorg is just for x86 since it uses some GNU specific inline asms
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-excluded/nonclangable/libvorbis_%.bbappend | 2 | ||||
-rw-r--r-- | recipes-excluded/nonclangable/xserver-xorg_%.bbappend | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/recipes-excluded/nonclangable/libvorbis_%.bbappend b/recipes-excluded/nonclangable/libvorbis_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/libvorbis_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/xserver-xorg_%.bbappend b/recipes-excluded/nonclangable/xserver-xorg_%.bbappend new file mode 100644 index 0000000..1cdc3db --- /dev/null +++ b/recipes-excluded/nonclangable/xserver-xorg_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN_x86 = "gcc" | ||
2 | |||