diff options
Diffstat (limited to 'meta/recipes-devtools/valgrind/valgrind_3.12.0.bb')
-rw-r--r-- | meta/recipes-devtools/valgrind/valgrind_3.12.0.bb | 2 |
1 files changed, 0 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 62a96354cd..4f8cd3f52e 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb | |||
@@ -41,9 +41,7 @@ COMPATIBLE_HOST_armv6 = 'null' | |||
41 | COMPATIBLE_HOST_linux-gnux32 = 'null' | 41 | COMPATIBLE_HOST_linux-gnux32 = 'null' |
42 | 42 | ||
43 | # Disable for some MIPS variants | 43 | # Disable for some MIPS variants |
44 | COMPATIBLE_HOST_mipsarcho32 = "${@bb.utils.contains("TARGET_FPU", "soft", "null", ".*-linux", d)}" | ||
45 | COMPATIBLE_HOST_mipsarchn32 = 'null' | 44 | COMPATIBLE_HOST_mipsarchn32 = 'null' |
46 | COMPATIBLE_HOST_mipsarchn64 = "${@bb.utils.contains("TARGET_FPU", "soft", "null", ".*-linux", d)}" | ||
47 | COMPATIBLE_HOST_mipsarchr6 = 'null' | 45 | COMPATIBLE_HOST_mipsarchr6 = 'null' |
48 | 46 | ||
49 | inherit autotools ptest | 47 | inherit autotools ptest |