summaryrefslogtreecommitdiff
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-02-24 17:25:50 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-28 22:25:57 +0100
commit8c0a367d0a2cb370e94804a500f94fe8c1ccd925 (patch)
treef741f2a04d5df6fc059e44f624b31225faa51b84 /Config.in.legacy
parentd7e8994ec380b9aabd74e5c0881158ee47945eee (diff)
gcc: remove 4.5.x
It's been deprecated for some time now. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> [Thomas: move option to Config.in.legacy, as noticed by Peter.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r--Config.in.legacy7
1 files changed, 7 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index 0ea8c7d8d..1cd26979d 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -145,6 +145,13 @@ endif
###############################################################################
comment "Legacy options removed in 2016.02"
+config BR2_GCC_VERSION_4_5_X
+ bool "gcc 4.5.x has been removed"
+ select BR2_LEGACY
+ help
+ The 4.5.x version of gcc has been removed. Use a newer
+ version instead.
+
config BR2_PACKAGE_SQLITE_READLINE
bool "command-line editing support was updated"
select BR2_PACKAGE_NCURSES