[Buildroot] svn commit: trunk/buildroot/toolchain/gcc

jacmet at uclibc.org jacmet at uclibc.org
Thu Jun 19 19:06:00 UTC 2008


Author: jacmet
Date: 2008-06-19 12:05:59 -0700 (Thu, 19 Jun 2008)
New Revision: 22452

Log:
toolchain/gcc: mark old versions as deprecated


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


Changeset:
Modified: trunk/buildroot/toolchain/gcc/Config.in
===================================================================
--- trunk/buildroot/toolchain/gcc/Config.in	2008-06-19 08:11:51 UTC (rev 22451)
+++ trunk/buildroot/toolchain/gcc/Config.in	2008-06-19 19:05:59 UTC (rev 22452)
@@ -11,6 +11,7 @@
 
 	config BR2_GCC_VERSION_3_4_6
 		depends on !BR2_avr32
+		depends on BR2_DEPRECATED
 		bool "gcc 3.4.6"
 
 	config BR2_GCC_VERSION_4_0_4
@@ -30,6 +31,7 @@
 
 	config BR2_GCC_VERSION_4_2_3
 		depends on !BR2_avr32 && !BR2_nios2
+		depends on BR2_DEPRECATED
 		bool "gcc 4.2.3"
 
 	config BR2_GCC_VERSION_4_2_4




More information about the buildroot mailing list