[Buildroot] [PATCH] avr32: pass target arch to gcc

spdawson at gmail.com spdawson at gmail.com
Wed Nov 6 19:45:10 UTC 2013


From: Simon Dawson <spdawson at gmail.com>

As suggested with Alexander Lukichev and Thomas Petazzoni on the mailing list,
only one of the two avr32 microarchitectures is relevant for Buildroot: avr32
Linux implies the avr32b microarchitecure, as used in the ap7000.

Signed-off-by: Simon Dawson <spdawson at gmail.com>
---
 arch/Config.in.avr32 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/Config.in.avr32 b/arch/Config.in.avr32
index 199c150..8429589 100644
--- a/arch/Config.in.avr32
+++ b/arch/Config.in.avr32
@@ -3,3 +3,6 @@ config BR2_ARCH
 
 config BR2_ENDIAN
 	default "BIG"
+
+config BR2_GCC_TARGET_ARCH
+	default "ap"
-- 
1.8.3.2



More information about the buildroot mailing list