diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-09-09 08:31:20 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2015-09-09 08:31:20 +0000 |
commit | cfde65194518e9cf2d55090ba614798646b8e870 (patch) | |
tree | cb0bc3fd4e210b680723c7b1380dae834fc61552 | |
parent | f9fd7040aab620774e0efa1d92cc6c4a29ecbe17 (diff) | |
download | meta-clang-cfde65194518e9cf2d55090ba614798646b8e870.tar.gz |
gummiboot: Compile with gcc ony
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>
-rw-r--r-- | recipes-excluded/nonclangable/gummiboot_%.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-excluded/nonclangable/gummiboot_%.bbappend b/recipes-excluded/nonclangable/gummiboot_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/gummiboot_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||