diff options
Diffstat (limited to 'meta/recipes-devtools/valgrind/valgrind_3.13.0.bb')
-rw-r--r-- | meta/recipes-devtools/valgrind/valgrind_3.13.0.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.13.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.13.0.bb index e1ff29a312..a5c49431a5 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.13.0.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.13.0.bb | |||
@@ -53,9 +53,7 @@ COMPATIBLE_HOST_armv6 = 'null' | |||
53 | COMPATIBLE_HOST_linux-gnux32 = 'null' | 53 | COMPATIBLE_HOST_linux-gnux32 = 'null' |
54 | 54 | ||
55 | # Disable for some MIPS variants | 55 | # Disable for some MIPS variants |
56 | COMPATIBLE_HOST_mipsarcho32 = "${@bb.utils.contains("TARGET_FPU", "soft", "null", ".*-linux", d)}" | ||
57 | COMPATIBLE_HOST_mipsarchn32 = 'null' | 56 | COMPATIBLE_HOST_mipsarchn32 = 'null' |
58 | COMPATIBLE_HOST_mipsarchn64 = "${@bb.utils.contains("TARGET_FPU", "soft", "null", ".*-linux", d)}" | ||
59 | COMPATIBLE_HOST_mipsarchr6 = 'null' | 57 | COMPATIBLE_HOST_mipsarchr6 = 'null' |
60 | 58 | ||
61 | inherit autotools ptest | 59 | inherit autotools ptest |