From 02bc426214a0705293f9c86fcd5fc47387d4f503 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 10 Apr 2010 22:52:38 +0200 Subject: Get rid of all usages of BR2_RECENT Since BR2_RECENT was enabled by default, we do not want entries marked BR2_RECENT (and thus appearing by default in Buildroot) to disappear. Therefore, all the entries marked BR2_RECENT are converted as non-deprecated. We can later decide, on a per-entry basis, to add BR2_DEPRECATED to some of them. But at least, this commit doesn't change the default current behaviour of Buildroot. Signed-off-by: Thomas Petazzoni --- toolchain/gcc/Config.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'toolchain/gcc/Config.in') diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 97d5eb778..73edd3879 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -35,7 +35,6 @@ choice config BR2_GCC_VERSION_4_2_4 depends on !BR2_avr32 - depends on BR2_RECENT || BR2_DEPRECATED bool "gcc 4.2.4" config BR2_GCC_VERSION_4_3_2 @@ -45,7 +44,6 @@ choice config BR2_GCC_VERSION_4_3_3 depends on !BR2_avr32 - depends on BR2_RECENT || BR2_DEPRECATED bool "gcc 4.3.3" config BR2_GCC_VERSION_4_3_4 -- cgit v1.2.3