diff options
-rw-r--r-- | conf/nonclangable.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index f322fa1..93d5d7e 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -418,6 +418,7 @@ RANLIB:append:pn-tcf-agent:toolchain-clang = " $@" | |||
418 | # Subprocess output:mips-yoe-linux-llvm-objcopy: error: Link field value 22 in section .rel.dyn is not a symbol table | 418 | # Subprocess output:mips-yoe-linux-llvm-objcopy: error: Link field value 22 in section .rel.dyn is not a symbol table |
419 | # also seen on riscv64 and x86-64 | 419 | # also seen on riscv64 and x86-64 |
420 | OBJCOPY:pn-linux-yocto:toolchain-clang = "${HOST_PREFIX}objcopy" | 420 | OBJCOPY:pn-linux-yocto:toolchain-clang = "${HOST_PREFIX}objcopy" |
421 | STRIP:pn-linux-yocto:toolchain-clang = "${HOST_PREFIX}strip" | ||
421 | 422 | ||
422 | # see https://github.com/llvm/llvm-project/issues/53948 | 423 | # see https://github.com/llvm/llvm-project/issues/53948 |
423 | OBJCOPY:pn-opensbi:toolchain-clang = "${HOST_PREFIX}objcopy" | 424 | OBJCOPY:pn-opensbi:toolchain-clang = "${HOST_PREFIX}objcopy" |