summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Quaresma <jose.quaresma@foundries.io>2024-03-19 10:54:39 +0000
committerKhem Raj <raj.khem@gmail.com>2024-03-19 18:38:46 -0700
commit81e5f4eef93b5e1d6507daaf74fce28a2ccd7cf7 (patch)
tree5cf59f6cb95e29e1486d155452548c35e225cb87
parent479c30256e36672cbc1f824aff137c8b745ac052 (diff)
downloadmeta-clang-81e5f4eef93b5e1d6507daaf74fce28a2ccd7cf7.tar.gz
nonclangable: elfuitls: add unused-const-variable fix
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
-rw-r--r--conf/nonclangable.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index e8544b4..39aa9d5 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -20,6 +20,8 @@ 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"
23#| erl_bits.c:(.text+0xc2a): undefined reference to `__extendhfsf2' 25#| erl_bits.c:(.text+0xc2a): undefined reference to `__extendhfsf2'
24#| erl_bits.c:(.text+0x1bfa): undefined reference to `__truncsfhf2' 26#| erl_bits.c:(.text+0x1bfa): undefined reference to `__truncsfhf2'
25#| clang-15: error: linker command failed with exit code 1 (use -v to see invocation) 27#| clang-15: error: linker command failed with exit code 1 (use -v to see invocation)