diff options
-rw-r--r-- | conf/nonclangable.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index fd0ef47..1cbfb49 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -426,6 +426,8 @@ STRIP:pn-kexec-tools-klibc:mips:toolchain-clang = "${HOST_PREFIX}strip" | |||
426 | # See https://github.com/llvm/llvm-project/issues/53999 | 426 | # See https://github.com/llvm/llvm-project/issues/53999 |
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 | STRIP:pn-gosu:mips:toolchain-clang = "${HOST_PREFIX}strip" | ||
430 | OBJCOPY:pn-gosu:mips:toolchain-clang = "${HOST_PREFIX}objcopy" | ||
429 | 431 | ||
430 | # see https://github.com/llvm/llvm-project/issues/54213 | 432 | # see https://github.com/llvm/llvm-project/issues/54213 |
431 | OBJDUMP:pn-libbsd:mips:toolchain-clang = "${HOST_PREFIX}objdump" | 433 | OBJDUMP:pn-libbsd:mips:toolchain-clang = "${HOST_PREFIX}objdump" |