summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Quaresma <jose.quaresma@foundries.io>2024-03-19 10:52:52 +0000
committerKhem Raj <raj.khem@gmail.com>2024-03-19 18:38:46 -0700
commit479c30256e36672cbc1f824aff137c8b745ac052 (patch)
treedbe6606a85c657dda37207c6e76a30b8f507e6c0
parent2c1ac866f5338d7e4b085e5f6c7a2ab353ed3015 (diff)
downloadmeta-clang-479c30256e36672cbc1f824aff137c8b745ac052.tar.gz
nonclangable: elfuitls: drop unused-private-field fix
It is merged in oe-core master Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
-rw-r--r--conf/nonclangable.conf2
1 files changed, 0 insertions, 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"
20TOOLCHAIN:pn-crash = "gcc" 20TOOLCHAIN:pn-crash = "gcc"
21# See https://github.com/llvm/llvm-project/issues/71925 21# See https://github.com/llvm/llvm-project/issues/71925
22LIBCPLUSPLUS:pn-elfutils:toolchain-clang = "-stdlib=libstdc++" 22LIBCPLUSPLUS:pn-elfutils:toolchain-clang = "-stdlib=libstdc++"
23# Remove it once https://patchwork.yoctoproject.org/project/oe-core/patch/20240309235748.517154-1-raj.khem@gmail.com/ is merged
24CXXFLAGS:append:pn-elfutils:toolchain-clang = " -Wno-error=unused-private-field"
25#| erl_bits.c:(.text+0xc2a): undefined reference to `__extendhfsf2' 23#| erl_bits.c:(.text+0xc2a): undefined reference to `__extendhfsf2'
26#| erl_bits.c:(.text+0x1bfa): undefined reference to `__truncsfhf2' 24#| erl_bits.c:(.text+0x1bfa): undefined reference to `__truncsfhf2'
27#| clang-15: error: linker command failed with exit code 1 (use -v to see invocation) 25#| clang-15: error: linker command failed with exit code 1 (use -v to see invocation)