From 6152dbdac770f7acf1b0561253f2b5fead94e63f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 6 Jul 2022 14:09:42 -0700 Subject: minio: Always use gnu strip and objdump utility Signed-off-by: Khem Raj --- conf/nonclangable.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index ecf5fb6..a71347f 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -428,6 +428,11 @@ OBJCOPY:pn-go-helloworld:mips:toolchain-clang = "${HOST_PREFIX}objcopy" STRIP:pn-gosu:mips:toolchain-clang = "${HOST_PREFIX}strip" OBJCOPY:pn-gosu:mips:toolchain-clang = "${HOST_PREFIX}objcopy" +# Fails with llvm strip +# i686-yoe-linux-llvm-strip: error: SHT_STRTAB string table section [index 9] is non-null terminated +STRIP:pn-minio:toolchain-clang = "${HOST_PREFIX}strip" +OBJCOPY:pn-minio:toolchain-clang = "${HOST_PREFIX}objcopy" + # see https://github.com/llvm/llvm-project/issues/54213 OBJDUMP:pn-libbsd:mips:toolchain-clang = "${HOST_PREFIX}objdump" -- cgit v1.2.3-54-g00ecf