summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard2012-03-13 16:27:25 +0100
committerPeter Korsgaard2012-03-13 16:27:25 +0100
commite687bb71a028303f326aeebfaf94a3ac1c43b4e4 (patch)
tree07e88168254a6afd98b2278382e9b1e27c89a893 /toolchain/gcc/Config.in
parentdnsmasq: bump to version 2.60 (diff)
downloadbuildroot-e687bb71a028303f326aeebfaf94a3ac1c43b4e4.tar.gz
buildroot-e687bb71a028303f326aeebfaf94a3ac1c43b4e4.tar.xz
buildroot-e687bb71a028303f326aeebfaf94a3ac1c43b4e4.zip
gcc: bump 4.4.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 349d9df3a..a4ca0546f 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -57,7 +57,7 @@ config BR2_GCC_VERSION
string
default "4.2.2-avr32-2.1.5" if BR2_GCC_VERSION_4_2_2_AVR32_2_1_5
default "4.3.6" if BR2_GCC_VERSION_4_3_X
- default "4.4.6" if BR2_GCC_VERSION_4_4_X
+ default "4.4.7" if BR2_GCC_VERSION_4_4_X
default "4.5.3" if BR2_GCC_VERSION_4_5_X
default "4.6.3" if BR2_GCC_VERSION_4_6_X
default $BR2_GCC_SNAP_DATE if BR2_GCC_VERSION_SNAP