|
@@ -4,7 +4,7 @@ comment "GCC Options"
|
|
|
|
|
|
choice
|
|
choice
|
|
prompt "GCC compiler Version"
|
|
prompt "GCC compiler Version"
|
|
- default BR2_GCC_VERSION_4_3_5 if !BR2_avr32
|
|
|
|
|
|
+ default BR2_GCC_VERSION_4_3_X if !BR2_avr32
|
|
default BR2_GCC_VERSION_4_2_3 if BR2_avr32
|
|
default BR2_GCC_VERSION_4_2_3 if BR2_avr32
|
|
help
|
|
help
|
|
Select the version of gcc you wish to use.
|
|
Select the version of gcc you wish to use.
|
|
@@ -37,22 +37,9 @@ choice
|
|
depends on !BR2_avr32
|
|
depends on !BR2_avr32
|
|
bool "gcc 4.2.4"
|
|
bool "gcc 4.2.4"
|
|
|
|
|
|
- config BR2_GCC_VERSION_4_3_2
|
|
|
|
|
|
+ config BR2_GCC_VERSION_4_3_X
|
|
depends on !BR2_avr32
|
|
depends on !BR2_avr32
|
|
- depends on BR2_DEPRECATED
|
|
|
|
- bool "gcc 4.3.2"
|
|
|
|
-
|
|
|
|
- config BR2_GCC_VERSION_4_3_3
|
|
|
|
- depends on !BR2_avr32
|
|
|
|
- bool "gcc 4.3.3"
|
|
|
|
-
|
|
|
|
- config BR2_GCC_VERSION_4_3_4
|
|
|
|
- depends on !BR2_avr32
|
|
|
|
- bool "gcc 4.3.4"
|
|
|
|
-
|
|
|
|
- config BR2_GCC_VERSION_4_3_5
|
|
|
|
- depends on !BR2_avr32
|
|
|
|
- bool "gcc 4.3.5"
|
|
|
|
|
|
+ bool "gcc 4.3.x"
|
|
|
|
|
|
config BR2_GCC_VERSION_4_4_X
|
|
config BR2_GCC_VERSION_4_4_X
|
|
depends on !BR2_avr32
|
|
depends on !BR2_avr32
|
|
@@ -87,10 +74,7 @@ config BR2_GCC_VERSION
|
|
default "4.2.2-avr32-2.1.5" if BR2_GCC_VERSION_4_2_2_AVR32_2_1_5
|
|
default "4.2.2-avr32-2.1.5" if BR2_GCC_VERSION_4_2_2_AVR32_2_1_5
|
|
default "4.2.3" if BR2_GCC_VERSION_4_2_3
|
|
default "4.2.3" if BR2_GCC_VERSION_4_2_3
|
|
default "4.2.4" if BR2_GCC_VERSION_4_2_4
|
|
default "4.2.4" if BR2_GCC_VERSION_4_2_4
|
|
- 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.3.5" if BR2_GCC_VERSION_4_3_5
|
|
|
|
|
|
+ default "4.3.5" if BR2_GCC_VERSION_4_3_X
|
|
default "4.4.4" if BR2_GCC_VERSION_4_4_X
|
|
default "4.4.4" if BR2_GCC_VERSION_4_4_X
|
|
default $BR2_GCC_SNAP_DATE if BR2_GCC_VERSION_SNAP
|
|
default $BR2_GCC_SNAP_DATE if BR2_GCC_VERSION_SNAP
|
|
|
|
|