mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
ostree: Always use libgcc for runtime with clang on x86
compiler-rt does not have 128-bit int support for 32bit x86 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
ac6f7c3665
commit
b8bdee746c
|
|
@ -118,6 +118,9 @@ SYSROOT_DIR = "${STAGING_DIR_TARGET}"
|
|||
SYSROOT_DIR:class-native = "${STAGING_DIR_NATIVE}"
|
||||
do_configure[vardeps] += "SYSROOT_DIR"
|
||||
|
||||
# i686-yoe-linux-ld.lld: error: undefined symbol: __unordtf2
|
||||
LDFLAGS:append:libc-glibc:toolchain-clang:x86 = " --rtlib=libgcc --unwindlib=libgcc"
|
||||
|
||||
do_configure:prepend() {
|
||||
# this reflects what autogen.sh does, but the OE wrappers for autoreconf
|
||||
# allow it to work without the other gyrations which exist there
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user