diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-06-16 17:55:05 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-06-16 17:55:05 +0000 |
commit | e894d1ac6c76a7ff48c753659dccc89f2c3e73ab (patch) | |
tree | 6757d31d17a6aac3c835374a986b306ebd96a5d7 /toolchain/gdb/Config.in.2 | |
parent | 8f8e19df58fc4af3c6b4c5b63e2ab18e3e07d720 (diff) | |
download | buildroot-novena-e894d1ac6c76a7ff48c753659dccc89f2c3e73ab.tar.gz buildroot-novena-e894d1ac6c76a7ff48c753659dccc89f2c3e73ab.zip |
Please make sure to update this file as well for new versions of GDB.
Diffstat (limited to 'toolchain/gdb/Config.in.2')
-rw-r--r-- | toolchain/gdb/Config.in.2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gdb/Config.in.2 b/toolchain/gdb/Config.in.2 index 695c5d5ea..6b1783dae 100644 --- a/toolchain/gdb/Config.in.2 +++ b/toolchain/gdb/Config.in.2 @@ -52,4 +52,5 @@ config BR2_EXT_GDB_VERSION default "6.3" if BR2_EXT_GDB_VERSION_6_3 default "6.4" if BR2_EXT_GDB_VERSION_6_4 default "6.5" if BR2_EXT_GDB_VERSION_6_5 + default "6.6" if BR2_EXT_GDB_VERSION_6_6 default "snapshot" if BR2_EXT_GDB_VERSION_SNAPSHOT |