diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-07-18 21:40:18 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-20 21:21:32 -0700 |
commit | 40ff27f5b3d63738c8daa9b23bcb15d636e841ea (patch) | |
tree | 9efd8779043dc5c250aa4e335e9200d3e1b075fc | |
parent | 36a62ae7a8792dd21d2a4ce5d970185d1d8c2d1c (diff) | |
download | meta-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.bb | 2 |
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 | ||
22 | PV = "4.9+git" | 22 | PV = "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' | ||
25 | LDFLAGS:append:libc-glibc:toolchain-clang:x86 = " --rtlib=libgcc --unwindlib=libgcc" | ||
24 | 26 | ||
25 | export HOSTCC = "${BUILD_CC}" | 27 | export HOSTCC = "${BUILD_CC}" |
26 | do_configure:prepend() { | 28 | do_configure:prepend() { |