summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain/gdb/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'misc/buildroot/toolchain/gdb/Config.in')
-rw-r--r--misc/buildroot/toolchain/gdb/Config.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/buildroot/toolchain/gdb/Config.in b/misc/buildroot/toolchain/gdb/Config.in
index 1fc1ecd8b..4212ca727 100644
--- a/misc/buildroot/toolchain/gdb/Config.in
+++ b/misc/buildroot/toolchain/gdb/Config.in
@@ -40,8 +40,8 @@ choice
bool "gdb 6.8"
depends on !BR2_avr32
- config BR2_GDB_VERSION_7_4
- bool "gdb 7.4"
+ config BR2_GDB_VERSION_7_4_1
+ bool "gdb 7.4.1"
depends on !BR2_bfin
endchoice
@@ -49,5 +49,6 @@ endchoice
config BR2_GDB_VERSION
string
default "6.3" if BR2_GDB_VERSION_6_3
+ default "6.4" if BR2_GDB_VERSION_6_4
default "6.8" if BR2_GDB_VERSION_6_8
- default "7.4.1" if BR2_GDB_VERSION_7_4
+ default "7.4.1" if BR2_GDB_VERSION_7_4_1