summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/valgrind/valgrind_3.13.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/valgrind/valgrind_3.13.0.bb')
-rw-r--r--meta/recipes-devtools/valgrind/valgrind_3.13.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.13.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.13.0.bb
index 5bd315aff0..9390d30444 100644
--- a/meta/recipes-devtools/valgrind/valgrind_3.13.0.bb
+++ b/meta/recipes-devtools/valgrind/valgrind_3.13.0.bb
@@ -58,7 +58,7 @@ COMPATIBLE_HOST_linux-muslx32 = 'null'
58COMPATIBLE_HOST_mipsarchn32 = 'null' 58COMPATIBLE_HOST_mipsarchn32 = 'null'
59COMPATIBLE_HOST_mipsarchr6 = 'null' 59COMPATIBLE_HOST_mipsarchr6 = 'null'
60 60
61inherit autotools ptest 61inherit autotools ptest multilib_header
62 62
63EXTRA_OECONF = "--enable-tls --without-mpicc" 63EXTRA_OECONF = "--enable-tls --without-mpicc"
64EXTRA_OECONF += "${@['--enable-only32bit','--enable-only64bit'][d.getVar('SITEINFO_BITS') != '32']}" 64EXTRA_OECONF += "${@['--enable-only32bit','--enable-only64bit'][d.getVar('SITEINFO_BITS') != '32']}"
@@ -91,6 +91,7 @@ do_configure_prepend () {
91 91
92do_install_append () { 92do_install_append () {
93 install -m 644 ${B}/default.supp ${D}/${libdir}/valgrind/ 93 install -m 644 ${B}/default.supp ${D}/${libdir}/valgrind/
94 oe_multilib_header valgrind/config.h
94} 95}
95 96
96TUNE = "${@strip_mcpu(d)}" 97TUNE = "${@strip_mcpu(d)}"