From ccacfd3460b47494f687c696ff985b7c1c6ca1cd Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Wed, 30 Jul 2014 20:16:26 -0500 Subject: tune-mips*: Ensure tunes are inherited in order Without this, you are not able to use mips32r2 on a mips64 based tune. We want to be able to do a tri-lib system of mips64, mips64-n32 and mips32r2. Signed-off-by: Mark Hatle Signed-off-by: Saul Wold --- meta/conf/machine/include/tune-mips32r2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf/machine/include/tune-mips32r2.inc') diff --git a/meta/conf/machine/include/tune-mips32r2.inc b/meta/conf/machine/include/tune-mips32r2.inc index fb60592a8b..c9deff84e2 100644 --- a/meta/conf/machine/include/tune-mips32r2.inc +++ b/meta/conf/machine/include/tune-mips32r2.inc @@ -1,6 +1,6 @@ DEFAULTTUNE ?= "mips32r2" -require conf/machine/include/mips/arch-mips.inc +require conf/machine/include/tune-mips32.inc TUNEVALID[mips32r2] = "Enable mips32r2 specific processor optimizations" TUNECONFLICTS[mips32r2] = "n64 n32" -- cgit 1.2.3-korg