summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2006-05-30 08:25:59 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2006-05-30 08:25:59 +0000
commitc1eb4cdc6fa205b20e3494426a4430fa266f5038 (patch)
treea17004e7e2f61125924dfe1f7ac949738c90bfb8 /toolchain/gcc/Config.in
parent041ba7cca04ccccdb9de71488fab853d1d5ef38e (diff)
GCC 4.1.1 support (notice: not yet on ibiblio)
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 5da7f7d3d..b3df3753c 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -51,6 +51,10 @@ choice
depends !BR2_nios2
bool "gcc 4.1.0"
+ config BR2_GCC_VERSION_4_1_1
+ depends !BR2_nios2
+ bool "gcc 4.1.1"
+
config BR2_GCC_VERSION_4_2
depends !BR2_nios2
select BR2_GCC_IS_SNAP
@@ -84,6 +88,7 @@ config BR2_GCC_VERSION
default "4.0.2" if BR2_GCC_VERSION_4_0_2
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.2" if BR2_GCC_VERSION_4_2