From patchwork Fri Apr 27 00:25:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: gdb: bump 7.4.x series to 7.4.1 Date: Thu, 26 Apr 2012 14:25:03 -0000 From: Gustavo Zacarias X-Patchwork-Id: 155346 Message-Id: <1335486303-4475-1-git-send-email-gustavo@zacarias.com.ar> To: buildroot@busybox.net Signed-off-by: Gustavo Zacarias --- toolchain/gdb/Config.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in index 980666b..c9c54b8 100644 --- a/toolchain/gdb/Config.in +++ b/toolchain/gdb/Config.in @@ -103,4 +103,4 @@ config BR2_GDB_VERSION default "7.1a" if BR2_GDB_VERSION_7_1 default "7.2a" if BR2_GDB_VERSION_7_2 default "7.3.1" if BR2_GDB_VERSION_7_3 - default "7.4" if BR2_GDB_VERSION_7_4 + default "7.4.1" if BR2_GDB_VERSION_7_4