mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/gdb: remove version 14.x
Now that gdb 17.x has been added[1], and gdb 16.x made the default[2], let's remove support for gdb 14.x. Aside from the usual removal, we also simplify things a bit as GDB 14.x was the last version not depending on gcc >= 9.x. As it is now a mandatory dependency we move it outside the choice. [1]4868e0dd62[2]23e70547caSigned-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
ed980191eb
commit
6737c90bc6
@@ -146,6 +146,13 @@ endif
|
||||
|
||||
comment "Legacy options removed in 2026.08"
|
||||
|
||||
config BR2_GDB_VERSION_14
|
||||
bool "gdb 14.x has been removed"
|
||||
select BR2_LEGACY
|
||||
help
|
||||
GDB 14.x support has been removed, a newer version should be
|
||||
used instead.
|
||||
|
||||
config BR2_PACKAGE_ARGPARSE
|
||||
bool "argparse has been removed"
|
||||
select BR2_LEGACY
|
||||
|
||||
Reference in New Issue
Block a user