mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 02:33:02 +01:00
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>
4 lines
72 B
PHP
4 lines
72 B
PHP
DEFAULTTUNE ?= "mips64"
|
|
|
|
require conf/machine/include/tune-mips32r2.inc
|