[oe-commits] [meta-openembedded] 25/35: tinymembench: fix QA warning for GNU_HASH

git at git.openembedded.org git at git.openembedded.org
Thu Dec 15 08:37:02 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 7f290dabce3984c6273ac76764c11e2f1e1c93b5
Author: Max Krummenacher <max.oss.09 at gmail.com>
AuthorDate: Wed Dec 14 17:17:43 2016 +0100

    tinymembench: fix QA warning for GNU_HASH
    
    Signed-off-by: Max Krummenacher <max.krummenacher at toradex.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb b/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb
index 38e71be..5968d82 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"
 
 S = "${WORKDIR}/git"
 
+TARGET_CC_ARCH += "${LDFLAGS}"
+
 do_install() {
     install -d ${D}${bindir}
     install -m755 tinymembench ${D}${bindir}/

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list