summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-02-22 15:13:08 -0800
committerKhem Raj <raj.khem@gmail.com>2022-02-24 19:03:35 -0800
commit8eb1f7d3b0185b0e0f9f9641344769ef56df1375 (patch)
treed86b22703cdc357e823ad0ac66067b200781039c /conf
parent3054a3c108fea201c121842de3e73d4eef42bb0b (diff)
downloadmeta-clang-8eb1f7d3b0185b0e0f9f9641344769ef56df1375.tar.gz
go-helloworld: Force use GNU strip and objcopy
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/nonclangable.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 7914f91..ed2d77d 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -437,6 +437,10 @@ OBJCOPY:pn-systemd-boot:toolchain-clang = "${HOST_PREFIX}objcopy"
437# See https://github.com/llvm/llvm-project/issues/53998 437# See https://github.com/llvm/llvm-project/issues/53998
438STRIP:pn-kexec-tools-klibc:mips:toolchain-clang = "${HOST_PREFIX}strip" 438STRIP:pn-kexec-tools-klibc:mips:toolchain-clang = "${HOST_PREFIX}strip"
439 439
440# See https://github.com/llvm/llvm-project/issues/53999
441STRIP:pn-go-helloworld:mips:toolchain-clang = "${HOST_PREFIX}strip"
442OBJCOPY:pn-go-helloworld:mips:toolchain-clang = "${HOST_PREFIX}objcopy"
443
440# Need OBJDUMP during do_package_qa which is set to llvm-objdump with meta-clang 444# Need OBJDUMP during do_package_qa which is set to llvm-objdump with meta-clang
441# it might work with GNU objdump since it falls back to one from build host 445# it might work with GNU objdump since it falls back to one from build host
442DEPENDS:pn-linux-firmware:append:toolchain-clang = " clang-native" 446DEPENDS:pn-linux-firmware:append:toolchain-clang = " clang-native"