diff options
-rw-r--r-- | conf/nonclangable.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index d673ed6..4fe36c8 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -438,6 +438,11 @@ OBJCOPY:pn-minio:toolchain-clang = "${HOST_PREFIX}objcopy" | |||
438 | # see https://github.com/llvm/llvm-project/issues/54213 | 438 | # see https://github.com/llvm/llvm-project/issues/54213 |
439 | OBJDUMP:pn-libbsd:mips:toolchain-clang = "${HOST_PREFIX}objdump" | 439 | OBJDUMP:pn-libbsd:mips:toolchain-clang = "${HOST_PREFIX}objdump" |
440 | 440 | ||
441 | # With clang/lld it builds objects which gnu strip complains about | ||
442 | # iscv64-yoe-linux-strip: /mnt/b/yoe/master/build/tmp/work/riscv64-yoe-linux/python3-matplotlib/3.5.3-r0/package/usr/lib/python3.10/site-packages/matplotlib/stTcyupd: not enough room for program headers, try linking with -N | ||
443 | STRIP:pn-python3-matplotlib:toolchain-clang:riscv64 = "${HOST_PREFIX}llvm-strip" | ||
444 | STRIP:pn-python3-matplotlib:toolchain-clang:riscv32 = "${HOST_PREFIX}llvm-strip" | ||
445 | |||
441 | # Need OBJDUMP during do_package_qa which is set to llvm-objdump with meta-clang | 446 | # Need OBJDUMP during do_package_qa which is set to llvm-objdump with meta-clang |
442 | # it might work with GNU objdump since it falls back to one from build host | 447 | # it might work with GNU objdump since it falls back to one from build host |
443 | DEPENDS:pn-linux-firmware:append:toolchain-clang = " clang-native" | 448 | DEPENDS:pn-linux-firmware:append:toolchain-clang = " clang-native" |