summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorGustavo Zacarias2012-04-26 16:25:03 +0200
committerPeter Korsgaard2012-04-29 10:57:30 +0200
commitd459e0d216546dc043a9b876938bacdcdc75fdcc (patch)
treec5e0fb058c6f97102b72b58cd0f591940076863b /toolchain
parentlinux: bump default to kernel version 3.3.3 (diff)
downloadbuildroot-d459e0d216546dc043a9b876938bacdcdc75fdcc.tar.gz
buildroot-d459e0d216546dc043a9b876938bacdcdc75fdcc.tar.xz
buildroot-d459e0d216546dc043a9b876938bacdcdc75fdcc.zip
gdb: bump 7.4.x series to 7.4.1
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gdb/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in
index 980666b0d..c9c54b88f 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