Commit d7ec9463 authored by Simon Dawson's avatar Simon Dawson Committed by Peter Korsgaard
Browse files

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: default avatarSimon Dawson <spdawson@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent ac147527
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3,3 +3,6 @@ config BR2_ARCH

config BR2_ENDIAN
	default "BIG"

config BR2_GCC_TARGET_ARCH
	default "ap"