From 479c30256e36672cbc1f824aff137c8b745ac052 Mon Sep 17 00:00:00 2001 From: Jose Quaresma Date: Tue, 19 Mar 2024 10:52:52 +0000 Subject: nonclangable: elfuitls: drop unused-private-field fix It is merged in oe-core master Signed-off-by: Jose Quaresma --- conf/nonclangable.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index af38ae7..e8544b4 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -20,8 +20,6 @@ TOOLCHAIN:pn-grub:aarch64 = "gcc" TOOLCHAIN:pn-crash = "gcc" # See https://github.com/llvm/llvm-project/issues/71925 LIBCPLUSPLUS:pn-elfutils:toolchain-clang = "-stdlib=libstdc++" -# Remove it once https://patchwork.yoctoproject.org/project/oe-core/patch/20240309235748.517154-1-raj.khem@gmail.com/ is merged -CXXFLAGS:append:pn-elfutils:toolchain-clang = " -Wno-error=unused-private-field" #| erl_bits.c:(.text+0xc2a): undefined reference to `__extendhfsf2' #| erl_bits.c:(.text+0x1bfa): undefined reference to `__truncsfhf2' #| clang-15: error: linker command failed with exit code 1 (use -v to see invocation) -- cgit v1.2.3-54-g00ecf