diff options
| author | Peter Korsgaard | 2008-12-08 09:46:50 +0100 |
|---|---|---|
| committer | Peter Korsgaard | 2008-12-08 09:46:50 +0100 |
| commit | 5672e590754d2b329308d8a68eedff814bf853ac (patch) | |
| tree | 3adc86ac3b2ebb1db358b53ce5881e4580b6a85e | |
| parent | target/: get rid of unneeded $(strip ..) (diff) | |
| download | buildroot-5672e590754d2b329308d8a68eedff814bf853ac.tar.gz buildroot-5672e590754d2b329308d8a68eedff814bf853ac.tar.xz buildroot-5672e590754d2b329308d8a68eedff814bf853ac.zip | |
toolchain/gdb: default to 6.8
| -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 |
