diff options
Diffstat (limited to 'toolchain/gcc/Config.in')
| -rw-r--r-- | toolchain/gcc/Config.in | 11 | 
1 files changed, 5 insertions, 6 deletions
| diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 76e7f78db..8246a9595 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -47,11 +47,6 @@ choice  		depends on BR2_RECENT || BR2_DEPRECATED  		bool "gcc 4.2.4" -	config BR2_GCC_VERSION_4_3_1 -		depends on !BR2_avr32 && !BR2_nios2 -		depends on BR2_DEPRECATED -		bool "gcc 4.3.1" -  	config BR2_GCC_VERSION_4_3_2  		depends on !BR2_avr32 && !BR2_nios2  		depends on BR2_RECENT || BR2_DEPRECATED @@ -61,6 +56,10 @@ choice  		depends on !BR2_avr32 && !BR2_nios2  		bool "gcc 4.3.3" +	config BR2_GCC_VERSION_4_3_4 +		depends on !BR2_avr32 && !BR2_nios2 +		bool "gcc 4.3.4" +  	config BR2_GCC_VERSION_4_4_X  		depends on !BR2_avr32 && !BR2_nios2  		bool "gcc 4.4.x" @@ -102,9 +101,9 @@ config BR2_GCC_VERSION  	default "4.2.2"     if BR2_GCC_VERSION_4_2_2  	default "4.2.3"     if BR2_GCC_VERSION_4_2_3  	default "4.2.4"     if BR2_GCC_VERSION_4_2_4 -	default "4.3.1"     if BR2_GCC_VERSION_4_3_1  	default "4.3.2"     if BR2_GCC_VERSION_4_3_2  	default "4.3.3"     if BR2_GCC_VERSION_4_3_3 +	default "4.3.4"     if BR2_GCC_VERSION_4_3_4  	default "4.4.1"     if BR2_GCC_VERSION_4_4_X  	default "4.3"       if BR2_GCC_VERSION_4_3 | 
