summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard2008-12-08 09:46:50 +0100
committerPeter Korsgaard2008-12-08 09:46:50 +0100
commit5672e590754d2b329308d8a68eedff814bf853ac (patch)
tree3adc86ac3b2ebb1db358b53ce5881e4580b6a85e
parenttarget/: get rid of unneeded $(strip ..) (diff)
downloadbuildroot-5672e590754d2b329308d8a68eedff814bf853ac.tar.gz
buildroot-5672e590754d2b329308d8a68eedff814bf853ac.tar.xz
buildroot-5672e590754d2b329308d8a68eedff814bf853ac.zip
toolchain/gdb: default to 6.8
-rw-r--r--toolchain/gdb/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in
index ffa437168..0e120de3b 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