---
 toolchain/gcc/Config.in |    5 +++++
 1 file changed, 5 insertions(+)

--- buildroot.orig/toolchain/gcc/Config.in	2006-05-29 11:51:01.000000000 +0200
+++ buildroot/toolchain/gcc/Config.in	2006-05-29 11:57:02.000000000 +0200
@@ -51,6 +51,10 @@
 		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 @@
 	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
 
 
