summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 6b06c6659..3e79ce780 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -47,6 +47,10 @@ choice
depends on !BR2_avr32 && !BR2_nios2
bool "gcc 4.3.1"
+ config BR2_GCC_VERSION_4_3_2
+ depends on !BR2_avr32 && !BR2_nios2
+ bool "gcc 4.3.2"
+
# config BR2_GCC_VERSION_4_3
# depends on !BR2_avr32 && !BR2_nios2
# select BR2_GCC_IS_SNAP
@@ -85,6 +89,7 @@ config BR2_GCC_VERSION
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" if BR2_GCC_VERSION_4_3
config BR2_TOOLCHAIN_SYSROOT