diff options
author | André Draszik <adraszik@tycoint.com> | 2017-08-03 09:39:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-13 09:27:37 +0100 |
commit | 80f82bc484d2e88d0d2afa517a0795495f6a5ea1 (patch) | |
tree | 69a38f4d86c9800ecb93190f603d5baa4a8ba10e /meta/recipes-devtools | |
parent | 7f93941236ad2b744ac1b8f5c1ea92f6cf9e7785 (diff) | |
download | poky-80f82bc484d2e88d0d2afa517a0795495f6a5ea1.tar.gz |
valgrind: enable on mips soft-float
Valgrind support for mips soft-float hosts has been fixed
in the 3.12 [1] and 3.13 [2] releases, so let's start
building it on those, too.
[1] https://sourceware.org/git/?p=valgrind.git;a=commit;h=8f0070d31daea6f0ed18f8fe69498a67530bfcbb
[2] https://sourceware.org/git/?p=valgrind.git;a=commit;h=3172936d63da4b6257099bc05aee5793978269cb
(From OE-Core rev: 82dbad6aa1390668aa86d28c8a3125b68d6072fa)
Signed-off-by: André Draszik <adraszik@tycoint.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-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 |