diff options
author | Romain Naour <romain.naour@gmail.com> | 2018-06-24 15:53:10 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-06-24 21:35:30 +0200 |
commit | bae35c80128fce6b5b4260186f9020308efbce4b (patch) | |
tree | ddae493b8f655e151a9251cd403e76255d77d8d7 /package/gdb/Config.in.host | |
parent | 54a2e7a3b72778c9ec26cb184a1dd7a356e514c9 (diff) | |
download | buildroot-bae35c80128fce6b5b4260186f9020308efbce4b.tar.gz buildroot-bae35c80128fce6b5b4260186f9020308efbce4b.zip |
package/gdb: remove 7.11
Now that 8.1 has been added and 8.0 is the default version, let's
remove the old 7.11 release.
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gdb/Config.in.host')
-rw-r--r-- | package/gdb/Config.in.host | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host index f3be717376..646146eea3 100644 --- a/package/gdb/Config.in.host +++ b/package/gdb/Config.in.host @@ -50,9 +50,6 @@ choice help Select the version of gdb you wish to use. -config BR2_GDB_VERSION_7_11 - bool "gdb 7.11.x" - config BR2_GDB_VERSION_7_12 bool "gdb 7.12.x" @@ -90,7 +87,6 @@ config BR2_PACKAGE_GDB_NEEDS_CXX11 config BR2_GDB_VERSION string default "arc-2018.03-rc2-gdb" if BR2_arc - default "7.11.1" if BR2_GDB_VERSION_7_11 default "7.12.1" if BR2_GDB_VERSION_7_12 default "8.0.1" if BR2_GDB_VERSION_8_0 || !BR2_PACKAGE_HOST_GDB default "8.1" if BR2_GDB_VERSION_8_1 |