[OE-core] [PATCH 1/1] qemumips.conf: Default to (and support) mips32r2

Khem Raj raj.khem at gmail.com
Mon Aug 25 16:23:52 UTC 2014


On 14-08-14 20:42:47, Peter Seebach wrote:
> The MIPS emulation for qemumips actually supports
> mips32r2:
> 	isa                     : mips1 mips2 mips32r1 mips32r2
> 
> We should probably use that tuning file.
> 
> This implicitly changes the default value of DEFAULTTUNE to
> mips32r2.
> 
> Signed-off-by: Peter Seebach <peter.seebach at windriver.com>
> ---
>  meta/conf/machine/qemumips.conf |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/meta/conf/machine/qemumips.conf b/meta/conf/machine/qemumips.conf
> index ce1c419..d9d2421 100644
> --- a/meta/conf/machine/qemumips.conf
> +++ b/meta/conf/machine/qemumips.conf
> @@ -3,7 +3,7 @@
>  #@DESCRIPTION: mti_malta32_be
>  
>  require conf/machine/include/qemu.inc
> -require conf/machine/include/tune-mips32.inc
> +require conf/machine/include/tune-mips32r2.inc

I am OK with this.




More information about the Openembedded-core mailing list