From: Peter Korsgaard Date: Mon, 8 Dec 2008 08:46:50 +0000 (-0000) Subject: toolchain/gdb: default to 6.8 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5672e590754d2b329308d8a68eedff814bf853ac;p=buildroot.git toolchain/gdb: default to 6.8 --- diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in index ffa437168c..0e120de3b3 100644 --- a/toolchain/gdb/Config.in +++ b/toolchain/gdb/Config.in @@ -19,7 +19,7 @@ config BR2_PACKAGE_GDB_HOST choice prompt "GDB debugger Version" - default BR2_GDB_VERSION_6_6 if !BR2_avr32 + default BR2_GDB_VERSION_6_8 if !BR2_avr32 default BR2_GDB_VERSION_6_7_1 if BR2_avr32 depends on BR2_PACKAGE_GDB || BR2_PACKAGE_GDB_SERVER || BR2_PACKAGE_GDB_HOST help