summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/valgrind/valgrind_3.11.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.11.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.11.0.bb
index 13354f4b5f..3d49131cba 100644
--- a/meta/recipes-devtools/valgrind/valgrind_3.11.0.bb
+++ b/meta/recipes-devtools/valgrind/valgrind_3.11.0.bb
@@ -38,6 +38,10 @@ COMPATIBLE_HOST_armv4 = 'null'
38COMPATIBLE_HOST_armv5 = 'null' 38COMPATIBLE_HOST_armv5 = 'null'
39COMPATIBLE_HOST_armv6 = 'null' 39COMPATIBLE_HOST_armv6 = 'null'
40 40
41# valgrind doesn't like mips soft float
42COMPATIBLE_HOST_mips = "${@bb.utils.contains("TARGET_FPU", "soft", "null", "mips-poky-linux", d)}"
43COMPATIBLE_HOST_mipsel = "${@bb.utils.contains("TARGET_FPU", "soft", "null", "mipsel-poky-linux", d)}"
44
41inherit autotools ptest 45inherit autotools ptest
42 46
43EXTRA_OECONF = "--enable-tls --without-mpicc" 47EXTRA_OECONF = "--enable-tls --without-mpicc"