From 896f1b68d27f5d1b1b19416ab4bf19c31db370be Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 17 Sep 2022 08:12:47 -0700 Subject: libbsd: Add more info about the induced errors due to libbsd Signed-off-by: Khem Raj --- conf/nonclangable.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 8b5cb8c..ffe827f 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -310,6 +310,8 @@ 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 +# Generates a bad libbsd.so linker stub and apps like bluelsa, mg, netcat-openbsd, android-tools +# fails to link with libbsd OBJDUMP:pn-libbsd:mips:toolchain-clang = "${HOST_PREFIX}objdump" # With clang/lld it builds objects which gnu strip complains about -- cgit v1.2.3-54-g00ecf