Skip to content

Commit

Permalink
linux-yocto: Use binutils provided strip
Browse files Browse the repository at this point in the history
We are not _yet_ using clang as kernel compiler

Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
kraj committed Dec 17, 2022
1 parent f7fa299 commit 299a5fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/nonclangable.conf
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ RANLIB:append:pn-tcf-agent:toolchain-clang = " $@"
# Subprocess output:mips-yoe-linux-llvm-objcopy: error: Link field value 22 in section .rel.dyn is not a symbol table
# also seen on riscv64 and x86-64
OBJCOPY:pn-linux-yocto:toolchain-clang = "${HOST_PREFIX}objcopy"
STRIP:pn-linux-yocto:toolchain-clang = "${HOST_PREFIX}strip"

# see https://github.com/llvm/llvm-project/issues/53948
OBJCOPY:pn-opensbi:toolchain-clang = "${HOST_PREFIX}objcopy"
Expand Down

0 comments on commit 299a5fd

Please sign in to comment.