summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard2010-12-19 21:09:00 +0100
committerPeter Korsgaard2010-12-19 21:09:00 +0100
commitfc77598368d0a275de87dfb82fd3ca9bf38b8e0a (patch)
tree021bac4d71bb9ca0daa5accf32c489e18a7054ac /toolchain/gcc/Config.in
parentlinux: add KERNEL_ARCH_PATH to fix x86-specific issue (diff)
downloadbuildroot-fc77598368d0a275de87dfb82fd3ca9bf38b8e0a.tar.gz
buildroot-fc77598368d0a275de87dfb82fd3ca9bf38b8e0a.tar.xz
buildroot-fc77598368d0a275de87dfb82fd3ca9bf38b8e0a.zip
toolchain/gcc: bump 4.5.x version
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 e7ac0e8e9..7a1905fb5 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -53,7 +53,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.5" if BR2_GCC_VERSION_4_4_X
- default "4.5.1" if BR2_GCC_VERSION_4_5_X
+ default "4.5.2" if BR2_GCC_VERSION_4_5_X
default $BR2_GCC_SNAP_DATE if BR2_GCC_VERSION_SNAP
config BR2_EXTRA_GCC_CONFIG_OPTIONS