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.

(From OE-Core rev: ccacfd3460b47494f687c696ff985b7c1c6ca1cd)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Mark Hatle 2014-07-30 20:16:26 -05:00 committed by Richard Purdie
parent fb8e2a860e
commit 8034d7726c
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -1,3 +1,3 @@
DEFAULTTUNE ?= "mips64"
require conf/machine/include/mips/arch-mips.inc
require conf/machine/include/tune-mips32r2.inc