Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] arch/mips: Set BR2_GCC_TARGET_ARCH for MIPS
@ 2013-10-28 14:21 Markos Chandras
  2013-10-30 17:45 ` Thomas Petazzoni
  0 siblings, 1 reply; 13+ messages in thread
From: Markos Chandras @ 2013-10-28 14:21 UTC (permalink / raw)
  To: buildroot

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 <markos.chandras@imgtec.com>
---
 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 6242bcc..86fbe64 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
-- 
1.8.4

^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-10-31 21:54 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-28 14:21 [Buildroot] [PATCH] arch/mips: Set BR2_GCC_TARGET_ARCH for MIPS Markos Chandras
2013-10-30 17:45 ` Thomas Petazzoni
2013-10-31  9:19   ` Thomas De Schampheleire
2013-10-31  9:22     ` Thomas Petazzoni
2013-10-31 10:13       ` Thomas De Schampheleire
2013-10-31 10:17         ` Arnout Vandecappelle
2013-10-31 10:47           ` Thomas Petazzoni
2013-10-31 12:45             ` Thomas De Schampheleire
2013-10-31 14:55               ` Thomas Petazzoni
2013-10-31 17:10                 ` Thomas De Schampheleire
2013-10-31 21:54                   ` Thomas Petazzoni
2013-10-31 17:57               ` Arnout Vandecappelle
2013-10-31 10:30         ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox