summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorUlf Samuelsson2007-10-07 20:29:17 +0200
committerUlf Samuelsson2007-10-07 20:29:17 +0200
commitcfeb86e2b3b474f1e33d124765896f5d817497b3 (patch)
treef4b3f06d8648a4bcef0aac51e1ef818aa344b578 /toolchain
parentDo not create new directories in external toolchain (diff)
downloadbuildroot-cfeb86e2b3b474f1e33d124765896f5d817497b3.tar.gz
buildroot-cfeb86e2b3b474f1e33d124765896f5d817497b3.tar.xz
buildroot-cfeb86e2b3b474f1e33d124765896f5d817497b3.zip
Allow longer history for package versions
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 93c7a4de5..9d844396c 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -23,7 +23,7 @@ choice
config BR2_GCC_VERSION_4_2_0
depends !BR2_avr32 && !BR2_nios2
- depends BR2_DEPRECATED
+ depends BR2_DEPRECATED || BR2_RECENT
bool "gcc 4.2.0"
config BR2_GCC_VERSION_4_2_1