summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb')
-rw-r--r--meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb b/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb
index ae87262870..30313f4315 100644
--- a/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb
+++ b/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb
@@ -16,9 +16,10 @@ SRC_URI = "git://git.musl-libc.org/libc-bench;branch=master \
16# Upstream repo does not tag 16# Upstream repo does not tag
17UPSTREAM_CHECK_COMMITS = "1" 17UPSTREAM_CHECK_COMMITS = "1"
18 18
19# i686-yoe-linux-ld.lld: error: undefined symbol: __addtf3
20LDFLAGS:append:libc-glibc:toolchain-clang:x86 = " --rtlib=libgcc --unwindlib=libgcc"
19 21
20do_install () { 22do_install () {
21 install -d ${D}${bindir} 23 install -d ${D}${bindir}
22 install -m 0755 ${B}/libc-bench ${D}${bindir} 24 install -m 0755 ${B}/libc-bench ${D}${bindir}
23} 25}
24