summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias2011-05-02 20:13:01 +0200
committerPeter Korsgaard2011-05-02 21:14:44 +0200
commit0a2af382bbc11d6fd787c247b0384faee91f8f9f (patch)
treedcbfc0f3a7af2274f224fb9dfa9f6265bd9d7804 /toolchain/gcc/Config.in
parentnet-snmp: fixup paths in net-snmp-config (diff)
downloadbuildroot-0a2af382bbc11d6fd787c247b0384faee91f8f9f.tar.gz
buildroot-0a2af382bbc11d6fd787c247b0384faee91f8f9f.tar.xz
buildroot-0a2af382bbc11d6fd787c247b0384faee91f8f9f.zip
toolchain: bump gcc 4.5 series to verion 4.5.3
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 17b21b8ce..fcdcc198c 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -57,7 +57,7 @@ config BR2_GCC_VERSION
default "4.2.4" if BR2_GCC_VERSION_4_2_4
default "4.3.5" if BR2_GCC_VERSION_4_3_X
default "4.4.6" if BR2_GCC_VERSION_4_4_X
- default "4.5.2" if BR2_GCC_VERSION_4_5_X
+ default "4.5.3" if BR2_GCC_VERSION_4_5_X
default "4.6.0" if BR2_GCC_VERSION_4_6_X
default $BR2_GCC_SNAP_DATE if BR2_GCC_VERSION_SNAP