From: Simon Dawson Date: Wed, 6 Nov 2013 19:45:10 +0000 (+0000) Subject: avr32: pass target arch to gcc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d7ec9463e2b3e440ae13bdc86dddde459f320587;p=buildroot.git 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 --- 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"