summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Quaresma <jose.quaresma@foundries.io>2024-03-21 11:00:14 +0000
committerKhem Raj <raj.khem@gmail.com>2024-03-21 09:05:52 -0700
commit80f77a2a71578604a48729591fdebf31e71f06bd (patch)
treedbe6606a85c657dda37207c6e76a30b8f507e6c0
parent81e5f4eef93b5e1d6507daaf74fce28a2ccd7cf7 (diff)
downloadmeta-clang-80f77a2a71578604a48729591fdebf31e71f06bd.tar.gz
Revert "nonclangable: elfuitls: add unused-const-variable fix"
This reverts commit 81e5f4eef93b5e1d6507daaf74fce28a2ccd7cf7. 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 39aa9d5..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://lore.kernel.org/openembedded-core/20240319104830.1685335-1-jose.quaresma@foundries.io/T/#u is merged
24CXXFLAGS:append:pn-elfutils:toolchain-clang = " -Wno-error=unused-const-variable"
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)