summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-01-24 10:32:44 -0800
committerKhem Raj <raj.khem@gmail.com>2022-01-25 09:13:09 -0800
commit1bc0fc538146070dc9d9cefce8aa6e9649b4ffcc (patch)
tree28d19b4e483c44c32e21f7d4dd27fc1610a611f7 /meta-oe
parent39d43ab3b96aab25fb82af55a0ea9bef2cecdbc3 (diff)
downloadmeta-openembedded-1bc0fc538146070dc9d9cefce8aa6e9649b4ffcc.tar.gz
iotop: Disable LTO with clang/rv64
LTO with clang does not configure correctly yet with meta-clang Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-extended/iotop/iotop_1.20.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/iotop/iotop_1.20.bb b/meta-oe/recipes-extended/iotop/iotop_1.20.bb
index b05c8cd35..a044c9b24 100644
--- a/meta-oe/recipes-extended/iotop/iotop_1.20.bb
+++ b/meta-oe/recipes-extended/iotop/iotop_1.20.bb
@@ -11,6 +11,8 @@ UPSTREAM_CHECK_URI = "https://github.com/Tomas-M/iotop/releases"
11inherit pkgconfig 11inherit pkgconfig
12 12
13EXTRA_OEMAKE = "V=1 STRIP=true" 13EXTRA_OEMAKE = "V=1 STRIP=true"
14# Fixes llvm-bc70b5.o: can't link soft-float modules with double-float modules
15EXTRA_OEMAKE:append:toolchain-clang:riscv64 = " NO_FLTO=1"
14 16
15# Workaround BFD linker crash with clang on arm 17# Workaround BFD linker crash with clang on arm
16# revisit when upgrading binutils and see if its fixed 18# revisit when upgrading binutils and see if its fixed