diff options
-rw-r--r-- | conf/nonclangable.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index c824f74..fd0ef47 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -427,6 +427,9 @@ STRIP:pn-kexec-tools-klibc:mips:toolchain-clang = "${HOST_PREFIX}strip" | |||
427 | STRIP:pn-go-helloworld:mips:toolchain-clang = "${HOST_PREFIX}strip" | 427 | STRIP:pn-go-helloworld:mips:toolchain-clang = "${HOST_PREFIX}strip" |
428 | OBJCOPY:pn-go-helloworld:mips:toolchain-clang = "${HOST_PREFIX}objcopy" | 428 | OBJCOPY:pn-go-helloworld:mips:toolchain-clang = "${HOST_PREFIX}objcopy" |
429 | 429 | ||
430 | # see https://github.com/llvm/llvm-project/issues/54213 | ||
431 | OBJDUMP:pn-libbsd:mips:toolchain-clang = "${HOST_PREFIX}objdump" | ||
432 | |||
430 | # Need OBJDUMP during do_package_qa which is set to llvm-objdump with meta-clang | 433 | # Need OBJDUMP during do_package_qa which is set to llvm-objdump with meta-clang |
431 | # it might work with GNU objdump since it falls back to one from build host | 434 | # it might work with GNU objdump since it falls back to one from build host |
432 | DEPENDS:pn-linux-firmware:append:toolchain-clang = " clang-native" | 435 | DEPENDS:pn-linux-firmware:append:toolchain-clang = " clang-native" |