Commit 02c26700 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

toolchain: default to gcc 4.7.x



With 4.8.x released, it makes sense to update our default gcc version
before 4.6.x becomes unmaintained.

At the same time simplify the kconfig logic a bit.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent af9605d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,9 +7,9 @@ config BR2_GCC_NEEDS_MPC

choice
	prompt "GCC compiler Version"
	default BR2_GCC_VERSION_4_6_X if !BR2_avr32 && !BR2_sparc_sparchfleon && !BR2_sparc_sparchfleonv8 && !BR2_sparc_sparcsfleon && !BR2_sparc_sparcsfleonv8
	default BR2_GCC_VERSION_4_4_X if BR2_sparc_sparchfleon || BR2_sparc_sparchfleonv8 || BR2_sparc_sparcsfleon || BR2_sparc_sparcsfleonv8
	default BR2_GCC_VERSION_4_2_2_AVR32_2_1_5 if BR2_avr32
	default BR2_GCC_VERSION_4_7_X
	help
	  Select the version of gcc you wish to use.