summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-12-08 08:46:50 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-12-08 08:46:50 +0000
commit5672e590754d2b329308d8a68eedff814bf853ac (patch)
tree3adc86ac3b2ebb1db358b53ce5881e4580b6a85e /toolchain
parent4b72854ddeb69855e5f91b640bb75cd73f77528b (diff)
toolchain/gdb: default to 6.8
Diffstat (limited to 'toolchain')
-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