aufs-util: Always use libgcc as compiler runtime with clang on x86

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2025-07-18 21:40:18 -07:00
parent 36a62ae7a8
commit 40ff27f5b3
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -21,6 +21,8 @@ UPSTREAM_CHECK_COMMITS = "1"
PV = "4.9+git"
#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'
LDFLAGS:append:libc-glibc:toolchain-clang:x86 = " --rtlib=libgcc --unwindlib=libgcc"
export HOSTCC = "${BUILD_CC}"
do_configure:prepend() {