choice
prompt "GCC compiler Version"
- default BR2_GCC_VERSION_4_3_3 if !BR2_avr32
+ default BR2_GCC_VERSION_4_3_4 if !BR2_avr32
default BR2_GCC_VERSION_4_2_3 if BR2_avr32
help
Select the version of gcc you wish to use.
config BR2_GCC_VERSION_4_3_2
depends on !BR2_avr32 && !BR2_nios2
- depends on BR2_RECENT || BR2_DEPRECATED
+ depends on BR2_DEPRECATED
bool "gcc 4.3.2"
config BR2_GCC_VERSION_4_3_3
depends on !BR2_avr32 && !BR2_nios2
+ depends on BR2_RECENT || BR2_DEPRECATED
bool "gcc 4.3.3"
config BR2_GCC_VERSION_4_3_4