diff options
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r-- | toolchain/gcc/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index ccf15729e..5d6573158 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -25,6 +25,10 @@ choice depends on !BR2_avr32 bool "gcc 4.4.x" + config BR2_GCC_VERSION_4_5_X + depends on !BR2_avr32 + bool "gcc 4.5.x" + config BR2_GCC_VERSION_SNAP depends on !BR2_avr32 bool "gcc snapshot" @@ -48,6 +52,7 @@ config BR2_GCC_VERSION default "4.2.4" if BR2_GCC_VERSION_4_2_4 default "4.3.5" if BR2_GCC_VERSION_4_3_X default "4.4.5" if BR2_GCC_VERSION_4_4_X + default "4.5.1" if BR2_GCC_VERSION_4_5_X default $BR2_GCC_SNAP_DATE if BR2_GCC_VERSION_SNAP config BR2_EXTRA_GCC_CONFIG_OPTIONS |