summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-07-18 21:40:18 -0700
committerKhem Raj <raj.khem@gmail.com>2025-07-20 21:21:32 -0700
commit40ff27f5b3d63738c8daa9b23bcb15d636e841ea (patch)
tree9efd8779043dc5c250aa4e335e9200d3e1b075fc
parent36a62ae7a8792dd21d2a4ce5d970185d1d8c2d1c (diff)
downloadmeta-openembedded-40ff27f5b3d63738c8daa9b23bcb15d636e841ea.tar.gz
aufs-util: Always use libgcc as compiler runtime with clang on x86
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb b/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb
index 913b2c1d32..61ec508b43 100644
--- a/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb
+++ b/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb
@@ -21,6 +21,8 @@ UPSTREAM_CHECK_COMMITS = "1"
21 21
22PV = "4.9+git" 22PV = "4.9+git"
23 23
24#i686-yoe-linux-ld.bfd: /usr/src/debug/glibc/2.41+git/stdio-common/../stdio-common/printf_fphex.c:123:(.text+0xdf): undefined reference to `__letf2'
25LDFLAGS:append:libc-glibc:toolchain-clang:x86 = " --rtlib=libgcc --unwindlib=libgcc"
24 26
25export HOSTCC = "${BUILD_CC}" 27export HOSTCC = "${BUILD_CC}"
26do_configure:prepend() { 28do_configure:prepend() {