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 3bf445ef3..89ee0ad6d 100644
--- a/toolchain/gdb/Config.in
+++ b/toolchain/gdb/Config.in
@@ -39,6 +39,9 @@ choice
config BR2_GDB_VERSION_6_2_1
bool "gdb 6.2.1"
+ config BR2_GDB_VERSION_6_3
+ bool "gdb 6.3"
+
endchoice
config BR2_GDB_VERSION
@@ -47,5 +50,6 @@ config BR2_GDB_VERSION
default "6.1.1" if BR2_GDB_VERSION_6_1_1
default "6.2" if BR2_GDB_VERSION_6_2
default "6.2.1" if BR2_GDB_VERSION_6_2_1
+ default "6.3" if BR2_GDB_VERSION_6_3