diff options
-rw-r--r-- | meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb b/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb index 38e71be52..5968d8213 100644 --- a/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb +++ b/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb | |||
@@ -13,6 +13,8 @@ SRC_URI = "git://github.com/ssvb/tinymembench.git" | |||
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | TARGET_CC_ARCH += "${LDFLAGS}" | ||
17 | |||
16 | do_install() { | 18 | do_install() { |
17 | install -d ${D}${bindir} | 19 | install -d ${D}${bindir} |
18 | install -m755 tinymembench ${D}${bindir}/ | 20 | install -m755 tinymembench ${D}${bindir}/ |