From d7ec9463e2b3e440ae13bdc86dddde459f320587 Mon Sep 17 00:00:00 2001 From: Simon Dawson Date: Wed, 6 Nov 2013 19:45:10 +0000 Subject: [PATCH] avr32: pass target arch to gcc As suggested by 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 Signed-off-by: Peter Korsgaard --- arch/Config.in.avr32 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/Config.in.avr32 b/arch/Config.in.avr32 index 199c150781..842958957f 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"