mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
@@ -11,6 +11,8 @@ UPSTREAM_CHECK_URI = "https://github.com/Tomas-M/iotop/releases"
|
||||
inherit pkgconfig
|
||||
|
||||
EXTRA_OEMAKE = "V=1 STRIP=true"
|
||||
# Fixes llvm-bc70b5.o: can't link soft-float modules with double-float modules
|
||||
EXTRA_OEMAKE:append:toolchain-clang:riscv64 = " NO_FLTO=1"
|
||||
|
||||
# Workaround BFD linker crash with clang on arm
|
||||
# revisit when upgrading binutils and see if its fixed
|
||||
|
||||
Reference in New Issue
Block a user