svn commit: trunk/buildroot/toolchain/gcc

jacmet at uclibc.org jacmet at uclibc.org
Tue May 30 08:26:00 UTC 2006


Author: jacmet
Date: 2006-05-30 01:25:59 -0700 (Tue, 30 May 2006)
New Revision: 15232

Log:
GCC 4.1.1 support (notice: not yet on ibiblio)

Added:
   trunk/buildroot/toolchain/gcc/4.1.1/

Modified:
   trunk/buildroot/toolchain/gcc/Config.in


Changeset:
Copied: trunk/buildroot/toolchain/gcc/4.1.1 (from rev 15226, trunk/buildroot/toolchain/gcc/4.1.0)

Modified: trunk/buildroot/toolchain/gcc/Config.in
===================================================================
--- trunk/buildroot/toolchain/gcc/Config.in	2006-05-30 08:20:54 UTC (rev 15231)
+++ trunk/buildroot/toolchain/gcc/Config.in	2006-05-30 08:25:59 UTC (rev 15232)
@@ -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
 
 




More information about the uClibc-cvs mailing list