summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/buildroot/ChangeLog3
-rw-r--r--misc/buildroot/toolchain/gdb/Config.in2
2 files changed, 4 insertions, 1 deletions
diff --git a/misc/buildroot/ChangeLog b/misc/buildroot/ChangeLog
index 6b09b8b94..0053b1e92 100644
--- a/misc/buildroot/ChangeLog
+++ b/misc/buildroot/ChangeLog
@@ -128,3 +128,6 @@ buildroot-1.11 2011-11-05 <gnutt@nuttx.org>
logic. There are lots of issues that I still do not understand here.
buildroot-1.12 2011-xx-xx <gnutt@nuttx.org>
+
+ * Fix typo toolchain/gdb/Config.in that prevented GDB 7.4 from building
+ (from Ken Bannister).
diff --git a/misc/buildroot/toolchain/gdb/Config.in b/misc/buildroot/toolchain/gdb/Config.in
index ebe8578a9..1fc1ecd8b 100644
--- a/misc/buildroot/toolchain/gdb/Config.in
+++ b/misc/buildroot/toolchain/gdb/Config.in
@@ -41,7 +41,7 @@ choice
depends on !BR2_avr32
config BR2_GDB_VERSION_7_4
- config BR2_GDB_VERSION_7_4
+ bool "gdb 7.4"
depends on !BR2_bfin
endchoice