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 06b9257..7914f91 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -434,6 +434,9 @@ STRIP:pn-aufs-util:toolchain-clang = "${HOST_PREFIX}strip" | |||
434 | # llvm-objcopy: error: unknown argument '--section-alignment=512' | 434 | # llvm-objcopy: error: unknown argument '--section-alignment=512' |
435 | OBJCOPY:pn-systemd-boot:toolchain-clang = "${HOST_PREFIX}objcopy" | 435 | OBJCOPY:pn-systemd-boot:toolchain-clang = "${HOST_PREFIX}objcopy" |
436 | 436 | ||
437 | # See https://github.com/llvm/llvm-project/issues/53998 | ||
438 | STRIP:pn-kexec-tools-klibc:mips:toolchain-clang = "${HOST_PREFIX}strip" | ||
439 | |||
437 | # Need OBJDUMP during do_package_qa which is set to llvm-objdump with meta-clang | 440 | # Need OBJDUMP during do_package_qa which is set to llvm-objdump with meta-clang |
438 | # it might work with GNU objdump since it falls back to one from build host | 441 | # it might work with GNU objdump since it falls back to one from build host |
439 | DEPENDS:pn-linux-firmware:append:toolchain-clang = " clang-native" | 442 | DEPENDS:pn-linux-firmware:append:toolchain-clang = " clang-native" |