From: Zubair Lutfullah Kakakhel Date: Tue, 8 Nov 2016 17:12:31 +0000 (+0000) Subject: valgrind: Reduce duplication in MIPS variants. X-Git-Tag: uninative-1.5~1440 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fd96266da21f84b01c1b617f3bf8462f3d9dd84c;p=openembedded-core.git valgrind: Reduce duplication in MIPS variants. Reduce duplication in MIPS variants now that the MACHINEOVERRIDES variable is defined Signed-off-by: Zubair Lutfullah Kakakhel Signed-off-by: Ross Burton --- 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' COMPATIBLE_HOST_armv6 = 'null' # valgrind doesn't like mips soft float -COMPATIBLE_HOST_mips = "${@bb.utils.contains("TARGET_FPU", "soft", "null", ".*-linux", d)}" -COMPATIBLE_HOST_mipsel = "${@bb.utils.contains("TARGET_FPU", "soft", "null", ".*-linux", d)}" +COMPATIBLE_HOST_mipsarch = "${@bb.utils.contains("TARGET_FPU", "soft", "null", ".*-linux", d)}" inherit autotools ptest