Commit 6e0c86ff authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

toolchain/gcc: default to 4.3.2 for !AVR32

parent 28a229e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ comment "GCC Options"

choice
	prompt "GCC compiler Version"
	default BR2_GCC_VERSION_4_2_4 if !BR2_avr32
	default BR2_GCC_VERSION_4_3_2 if !BR2_avr32
	default BR2_GCC_VERSION_4_2_3 if BR2_avr32
	help
	  Select the version of gcc you wish to use.