Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] external toolchain: [ARC] gcc cpu parameter
@ 2014-02-23  8:28 Noam Camus
  2014-02-23  9:48 ` Thomas Petazzoni
  2014-08-03 13:01 ` Thomas Petazzoni
  0 siblings, 2 replies; 7+ messages in thread
From: Noam Camus @ 2014-02-23  8:28 UTC (permalink / raw)
  To: buildroot

external toolchain passes -mcpu=arc700
However compiler is familiar with -mcpu=ARC700

Signed-off-by: Noam Camus <noamc@ezchip.com>
---
 arch/Config.in.arc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/Config.in.arc b/arch/Config.in.arc index 60b59f0..53e7052 100644
--- a/arch/Config.in.arc
+++ b/arch/Config.in.arc
@@ -11,4 +11,5 @@ config BR2_ENDIAN
 	default "BIG"	 if BR2_arceb
 
 config BR2_GCC_TARGET_CPU
+	default "ARC700" if BR2_TOOLCHAIN_EXTERNAL
 	default "arc700"
--
1.7.1

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

end of thread, other threads:[~2014-08-03 13:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-23  8:28 [Buildroot] [PATCH] external toolchain: [ARC] gcc cpu parameter Noam Camus
2014-02-23  9:48 ` Thomas Petazzoni
2014-02-23 10:57   ` Noam Camus
2014-02-23 11:09     ` Yann E. MORIN
2014-02-23 11:11     ` Thomas Petazzoni
2014-02-24  1:43       ` Anton Kolesov
2014-08-03 13:01 ` Thomas Petazzoni

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