mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
Now that gdb 16.x has been added, and gdb 15.x made the default, let's remove support for gdb 13.x. Aside from the usual removal, we also simplify things a bit as GDB 13.x was the last version that did not require MPFR. As it is now a mandatory dependencies, things can be simplified. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr>