summaryrefslogtreecommitdiff
path: root/toolchain/gdb/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/gdb/Config.in')
-rw-r--r--toolchain/gdb/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in
index 2c61a9b64..f8ae5af40 100644
--- a/toolchain/gdb/Config.in
+++ b/toolchain/gdb/Config.in
@@ -39,6 +39,9 @@ choice
config BR2_GDB_VERSION_6_5
bool "gdb 6.5"
+ config BR2_GDB_VERSION_6_6
+ bool "gdb 6.6"
+
config BR2_GDB_VERSION_SNAPSHOT
bool "gdb snapshot"
@@ -50,4 +53,5 @@ config BR2_GDB_VERSION
default "6.3" if BR2_GDB_VERSION_6_3
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 "snapshot" if BR2_GDB_VERSION_SNAPSHOT