summaryrefslogtreecommitdiffstats
path: root/toolchain/gdb/Config.in
diff options
context:
space:
mode:
authorUlf Samuelsson2008-03-30 09:09:07 +0200
committerUlf Samuelsson2008-03-30 09:09:07 +0200
commit288035707126309283826c59d63d8cb9253022f7 (patch)
tree2fe94b21a73ab57373f72bf4104e6748852461dc /toolchain/gdb/Config.in
parentlibglib12 cleanup (diff)
downloadbuildroot-288035707126309283826c59d63d8cb9253022f7.tar.gz
buildroot-288035707126309283826c59d63d8cb9253022f7.tar.xz
buildroot-288035707126309283826c59d63d8cb9253022f7.zip
Add build support for latest gdb
Diffstat (limited to 'toolchain/gdb/Config.in')
-rw-r--r--toolchain/gdb/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in
index ce7243b45..b5b4068cb 100644
--- a/toolchain/gdb/Config.in
+++ b/toolchain/gdb/Config.in
@@ -48,6 +48,10 @@ choice
bool "gdb 6.6"
depends on !BR2_avr32
+ config BR2_GDB_VERSION_6_7_1
+ bool "gdb 6.7.1"
+ depends on !BR2_avr32
+
config BR2_GDB_VERSION_SNAPSHOT
bool "gdb snapshot"
depends on !BR2_avr32 && !BR2_nios2
@@ -61,4 +65,5 @@ config BR2_GDB_VERSION
default "6.4" if BR2_GDB_VERSION_6_4
default "6.5" if BR2_GDB_VERSION_6_5
default "6.6" if BR2_GDB_VERSION_6_6
+ default "6.7.1" if BR2_GDB_VERSION_6_7_1
default "snapshot" if BR2_GDB_VERSION_SNAPSHOT