diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-03-26 20:01:03 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-03-29 14:48:00 +0200 |
commit | 5c3d1561fa70d2ef69dc35024d30b181c28e4d6d (patch) | |
tree | 188109f18773842e8bbcc64ff83127275d43d71c | |
parent | 67ca095d8be819817769e848ccb66d74cef0fc82 (diff) | |
download | buildroot-5c3d1561fa70d2ef69dc35024d30b181c28e4d6d.tar.gz buildroot-5c3d1561fa70d2ef69dc35024d30b181c28e4d6d.zip |
gdb: deprecate version 7.7.x
Now that 7.9 was added and 7.8.x is default we don't want to have a
dozen versions so mark it as deprecated.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/gdb/Config.in.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host index 3a0baa1b86..6b0ca9bf74 100644 --- a/package/gdb/Config.in.host +++ b/package/gdb/Config.in.host @@ -33,6 +33,7 @@ choice config BR2_GDB_VERSION_7_7 bool "gdb 7.7.x" + depends on BR2_DEPRECATED_SINCE_2015_05 config BR2_GDB_VERSION_7_8 bool "gdb 7.8.x" |