diff options
Diffstat (limited to 'meta/recipes-devtools/valgrind')
-rw-r--r-- | meta/recipes-devtools/valgrind/valgrind_3.12.0.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb index 2474bbc10f..637b723313 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb | |||
@@ -36,8 +36,11 @@ COMPATIBLE_HOST_armv4 = 'null' | |||
36 | COMPATIBLE_HOST_armv5 = 'null' | 36 | COMPATIBLE_HOST_armv5 = 'null' |
37 | COMPATIBLE_HOST_armv6 = 'null' | 37 | COMPATIBLE_HOST_armv6 = 'null' |
38 | 38 | ||
39 | # valgrind doesn't like mips soft float | 39 | # Disable for some MIPS variants |
40 | COMPATIBLE_HOST_mipsarch = "${@bb.utils.contains("TARGET_FPU", "soft", "null", ".*-linux", d)}" | 40 | COMPATIBLE_HOST_mipsarcho32 = "${@bb.utils.contains("TARGET_FPU", "soft", "null", ".*-linux", d)}" |
41 | COMPATIBLE_HOST_mipsarchn32 = 'null' | ||
42 | COMPATIBLE_HOST_mipsarchn64 = "${@bb.utils.contains("TARGET_FPU", "soft", "null", ".*-linux", d)}" | ||
43 | COMPATIBLE_HOST_mipsarchr6 = 'null' | ||
41 | 44 | ||
42 | inherit autotools ptest | 45 | inherit autotools ptest |
43 | 46 | ||