summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-06 08:40:51 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-06 08:40:51 +0000
commit9e24eb2b14080e290e436deffd442c87b1d2c37e (patch)
tree53c63fdd8ec7d69137014d678ca4f07c0c404850 /toolchain/gcc/Config.in
parentcd3435c90e5a09fbc57ff0de2975926248265470 (diff)
add GCC 4.1.1 and sync 4.1.0 with Kamikaze
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3907 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 506287a3f..681f1399a 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -23,10 +23,13 @@ choice
config GCC_VERSION_4_0_3
bool "gcc 4.0.3"
-
+
config GCC_VERSION_4_1_0
bool "gcc 4.1.0"
+ config GCC_VERSION_4_1_1
+ bool "gcc 4.1.1"
+
endchoice
config GCC_VERSION
@@ -38,6 +41,7 @@ config GCC_VERSION
default "4.0.2" if GCC_VERSION_4_0_2
default "4.0.3" if GCC_VERSION_4_0_3 || LINUX_2_6_ARUBA
default "4.1.0" if GCC_VERSION_4_1_0
+ default "4.1.1" if GCC_VERSION_4_1_1
default "3.4.6"