summaryrefslogtreecommitdiffstats
path: root/package/gdb/Config.in.host
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-05-17 00:12:58 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-05-17 08:46:11 +0200
commit20ed897b3805a2a7e3285210e864d420ad7bdc7e (patch)
treea584d81c2d27440ca8df6829eaa5334d5126da2d /package/gdb/Config.in.host
parent23519d0753b32749b2409a4516be91a76298ada9 (diff)
downloadbuildroot-20ed897b3805a2a7e3285210e864d420ad7bdc7e.tar.gz
buildroot-20ed897b3805a2a7e3285210e864d420ad7bdc7e.zip
gdb: remove version 7.8
Now that 7.11 has been added and 7.10 is the default version, let's remove the old 7.8 release. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gdb/Config.in.host')
-rw-r--r--package/gdb/Config.in.host4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host
index 46e00f6977..d006fb7ea3 100644
--- a/package/gdb/Config.in.host
+++ b/package/gdb/Config.in.host
@@ -31,9 +31,6 @@ choice
help
Select the version of gdb you wish to use.
- config BR2_GDB_VERSION_7_8
- bool "gdb 7.8.x"
-
config BR2_GDB_VERSION_7_9
bool "gdb 7.9.x"
@@ -53,7 +50,6 @@ config BR2_GDB_VERSION
depends on BR2_PACKAGE_GDB || BR2_PACKAGE_HOST_GDB
default "arc-2016.03-rc2-gdb" if BR2_arc
default "6be65fb56ea6694a9260733a536a023a1e2d4d57" if BR2_microblaze
- default "7.8.2" if BR2_GDB_VERSION_7_8
default "7.9.1" if BR2_GDB_VERSION_7_9
default "7.10.1" if BR2_GDB_VERSION_7_10 || !BR2_PACKAGE_HOST_GDB
default "7.11" if BR2_GDB_VERSION_7_11
OpenPOWER on IntegriCloud