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.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index accf06aee4..8d91ba2c54 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -22,6 +22,14 @@ choice
depends !LINUX_2_4
bool "gcc 4.2.4"
+ config GCC_VERSION_4_3_1
+ depends !LINUX_2_4
+ bool "gcc 4.3.1"
+
+ config GCC_VERSION_4_3_2
+ depends !LINUX_2_4
+ bool "gcc 4.3.2"
+
endchoice
config EABI_SUPPORT