mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 23:36:21 +01:00
libc-bench: Always use libgcc runtime with clang on x86
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
457c117418
commit
36a62ae7a8
|
|
@ -16,9 +16,10 @@ SRC_URI = "git://git.musl-libc.org/libc-bench;branch=master \
|
||||||
# Upstream repo does not tag
|
# Upstream repo does not tag
|
||||||
UPSTREAM_CHECK_COMMITS = "1"
|
UPSTREAM_CHECK_COMMITS = "1"
|
||||||
|
|
||||||
|
# i686-yoe-linux-ld.lld: error: undefined symbol: __addtf3
|
||||||
|
LDFLAGS:append:libc-glibc:toolchain-clang:x86 = " --rtlib=libgcc --unwindlib=libgcc"
|
||||||
|
|
||||||
do_install () {
|
do_install () {
|
||||||
install -d ${D}${bindir}
|
install -d ${D}${bindir}
|
||||||
install -m 0755 ${B}/libc-bench ${D}${bindir}
|
install -m 0755 ${B}/libc-bench ${D}${bindir}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user