]> code.ossystems Code Review - openembedded-core.git/commitdiff
valgrind: Reduce duplication in MIPS variants.
authorZubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Tue, 8 Nov 2016 17:12:31 +0000 (17:12 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Nov 2016 15:11:55 +0000 (15:11 +0000)
Reduce duplication in MIPS variants now that the MACHINEOVERRIDES
variable is defined

Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/valgrind/valgrind_3.12.0.bb

index a1138804ce791a0d783be0d377cdc46abd815fc7..2474bbc10f0e1ab498f6c8befceecd99b64657f3 100644 (file)
@@ -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