]> code.ossystems Code Review - openembedded-core.git/commitdiff
tune-mips*: Ensure tunes are inherited in order
authorMark Hatle <mark.hatle@windriver.com>
Thu, 31 Jul 2014 01:16:26 +0000 (20:16 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 2 Aug 2014 08:25:34 +0000 (09:25 +0100)
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 <mark.hatle@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/conf/machine/include/tune-mips32r2.inc
meta/conf/machine/include/tune-mips64.inc

index fb60592a8b333e397754d7c9e60ff4e894c4fb8d..c9deff84e2a175e2389d53a6fc5af608d8d2742b 100644 (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"
index ba79e2b53f9fde114552404059ea6c5bc48d28ca..9be0e0f8d937061db2253ec96207343e7a1b0eef 100644 (file)
@@ -1,3 +1,3 @@
 DEFAULTTUNE ?= "mips64"
 
-require conf/machine/include/mips/arch-mips.inc
+require conf/machine/include/tune-mips32r2.inc