diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-12-08 08:46:50 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-12-08 08:46:50 +0000 |
commit | 5672e590754d2b329308d8a68eedff814bf853ac (patch) | |
tree | 3adc86ac3b2ebb1db358b53ce5881e4580b6a85e /toolchain/gdb | |
parent | 4b72854ddeb69855e5f91b640bb75cd73f77528b (diff) | |
download | buildroot-novena-5672e590754d2b329308d8a68eedff814bf853ac.tar.gz buildroot-novena-5672e590754d2b329308d8a68eedff814bf853ac.zip |
toolchain/gdb: default to 6.8
Diffstat (limited to 'toolchain/gdb')
-rw-r--r-- | toolchain/gdb/Config.in | 2 |
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 |