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 b35bdcc8d..cea02f883 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -55,6 +55,10 @@ choice
depends !BR2_nios2
bool "gcc 4.1.1"
+ config BR2_GCC_VERSION_4_1_2
+ depends !BR2_nios2
+ bool "gcc 4.1.2"
+
config BR2_GCC_VERSION_4_2
depends !BR2_nios2
select BR2_GCC_IS_SNAP
@@ -89,6 +93,7 @@ config BR2_GCC_VERSION
default "4.0.3" if BR2_GCC_VERSION_4_0_3
default "4.1.0" if BR2_GCC_VERSION_4_1_0
default "4.1.1" if BR2_GCC_VERSION_4_1_1
+ default "4.1.2" if BR2_GCC_VERSION_4_1_2
default "4.2" if BR2_GCC_VERSION_4_2