diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-08-22 12:04:19 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2015-08-22 12:04:19 -0700 |
commit | c4ae42363ecbaa506ce66d1f025382572281b511 (patch) | |
tree | 3aa723b07b62b2e0fd2dbd282a473d4c1fca259c | |
parent | 4aad80d178ffa09c536dc0101a741ee4da3902eb (diff) | |
download | meta-clang-c4ae42363ecbaa506ce66d1f025382572281b511.tar.gz |
perf: Use gcc always
clang produces legit errors but fix them later
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-excluded/nonclangable/perf.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-excluded/nonclangable/perf.bbappend b/recipes-excluded/nonclangable/perf.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/perf.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||