[uClibc-cvs] svn commit: trunk/buildroot/toolchain/gcc

mjn3 at uclibc.org mjn3 at uclibc.org
Sat Apr 30 21:57:59 UTC 2005


Author: mjn3
Date: 2005-04-30 15:57:58 -0600 (Sat, 30 Apr 2005)
New Revision: 10210

Log:
Add gcc 4.0.0 support.  Note... I haven't needed the sjlj exception support in some time, but haven't touched the default in this commit.

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


Changeset:
Modified: trunk/buildroot/toolchain/gcc/Config.in
===================================================================
--- trunk/buildroot/toolchain/gcc/Config.in	2005-04-30 21:55:13 UTC (rev 10209)
+++ trunk/buildroot/toolchain/gcc/Config.in	2005-04-30 21:57:58 UTC (rev 10210)
@@ -35,6 +35,9 @@
 	config BR2_GCC_VERSION_3_4_3
 		bool "gcc 3.4.3"
 
+	config BR2_GCC_VERSION_4_0_0
+		bool "gcc 4.0.0"
+
 	config BR2_GCC_VERSION_4_1_0
 		bool "gcc 4.1.0"
 
@@ -50,6 +53,7 @@
 	default "3.4.1"     if BR2_GCC_VERSION_3_4_1
 	default "3.4.2"     if BR2_GCC_VERSION_3_4_2
 	default "3.4.3"     if BR2_GCC_VERSION_3_4_3
+	default "4.0.0"     if BR2_GCC_VERSION_4_0_0
 	default "4.1.0"     if BR2_GCC_VERSION_4_1_0
 
 




More information about the uClibc-cvs mailing list