diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-06 18:14:00 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-06 18:14:00 +0000 |
commit | c6eb2ed657f6c91d021baf5926b4bd14066667be (patch) | |
tree | dfcd378acdd52c6599de17d586290f247d8eb6dd /toolchain/gdb/Config.in | |
parent | 3342c8c547f9b1acacaec803262adf786a7f0981 (diff) | |
download | buildroot-novena-c6eb2ed657f6c91d021baf5926b4bd14066667be.tar.gz buildroot-novena-c6eb2ed657f6c91d021baf5926b4bd14066667be.zip |
- adjust to use the gcc-4.2.0 release
- adjust default gdb version to 6.6
- fix stripping gmp/mpfr due to recent LIBTGTEXT changes
Diffstat (limited to 'toolchain/gdb/Config.in')
-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 f8ae5af40..b4f2cb83a 100644 --- a/toolchain/gdb/Config.in +++ b/toolchain/gdb/Config.in @@ -22,7 +22,7 @@ config BR2_PACKAGE_GDB_HOST choice prompt "GDB debugger Version" - default BR2_GDB_VERSION_6_3 + default BR2_GDB_VERSION_6_6 depends on BR2_PACKAGE_GDB || BR2_PACKAGE_GDB_SERVER || BR2_PACKAGE_GDB_HOST help Select the version of gdb you wish to use. |