From f60dafe06833a17540608d1c8172d6535c513f1e Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Mon, 28 Oct 2013 14:21:09 +0000 Subject: [PATCH] arch/mips: Set BR2_GCC_TARGET_ARCH for MIPS Set --with-arch instead of --with-tune for MIPS so that the generated code will be optimal for the given MIPS ISA. Signed-off-by: Markos Chandras Signed-off-by: Thomas Petazzoni --- arch/Config.in.mips | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/Config.in.mips b/arch/Config.in.mips index 6242bcc747..86fbe6458c 100644 --- a/arch/Config.in.mips +++ b/arch/Config.in.mips @@ -72,7 +72,7 @@ config BR2_ENDIAN default "LITTLE" if BR2_mipsel || BR2_mips64el default "BIG" if BR2_mips || BR2_mips64 -config BR2_GCC_TARGET_TUNE +config BR2_GCC_TARGET_ARCH default "mips1" if BR2_mips_1 default "mips2" if BR2_mips_2 default "mips3" if BR2_mips_3 -- 2.30.2