summaryrefslogtreecommitdiff
path: root/toolchain/gdb/Config.in
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2008-07-01 21:36:31 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2008-07-01 21:36:31 +0000
commit5ae5af44a57572d6978d5f3ec9d8a030711f1658 (patch)
treedfabe1190d0775930dd46d81b8efb82cb29e53d6 /toolchain/gdb/Config.in
parent0e1f47280090dffc9c65aacc13420bff076bbb6e (diff)
Add gdb-6.8 support, courtesy Fathi Boudra
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 b5b4068cb..9ad2d6822 100644
--- a/toolchain/gdb/Config.in
+++ b/toolchain/gdb/Config.in
@@ -52,6 +52,10 @@ choice
bool "gdb 6.7.1"
depends on !BR2_avr32
+ config BR2_GDB_VERSION_6_8
+ bool "gdb 6.8"
+ depends on !BR2_avr32
+
config BR2_GDB_VERSION_SNAPSHOT
bool "gdb snapshot"
depends on !BR2_avr32 && !BR2_nios2
@@ -66,4 +70,5 @@ config BR2_GDB_VERSION
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 "6.8" if BR2_GDB_VERSION_6_8
default "snapshot" if BR2_GDB_VERSION_SNAPSHOT