mirror of
git://git.openembedded.org/meta-openembedded
synced 2025-12-31 13:38:06 +00:00
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:
parent
36a62ae7a8
commit
40ff27f5b3
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user