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 | 3 |
1 files changed, 1 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 a1138804ce..2474bbc10f 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb | |||
@@ -37,8 +37,7 @@ 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 | # valgrind doesn't like mips soft float |
40 | COMPATIBLE_HOST_mips = "${@bb.utils.contains("TARGET_FPU", "soft", "null", ".*-linux", d)}" | 40 | COMPATIBLE_HOST_mipsarch = "${@bb.utils.contains("TARGET_FPU", "soft", "null", ".*-linux", d)}" |
41 | COMPATIBLE_HOST_mipsel = "${@bb.utils.contains("TARGET_FPU", "soft", "null", ".*-linux", d)}" | ||
42 | 41 | ||
43 | inherit autotools ptest | 42 | inherit autotools ptest |
44 | 43 | ||