aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.version
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-01-27 13:17:50 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-01-27 13:17:50 +0000
commit6469963c0a3f4504244b48613938cc4818186016 (patch)
tree0879775f8743a9be45ad5727275bcdbed386173f /toolchain/gcc/Config.version
parentf8b2d5faf4e759d5f91a82e225ea98c76ac2cd3c (diff)
downloadmaster-187ad058-6469963c0a3f4504244b48613938cc4818186016.tar.gz
master-187ad058-6469963c0a3f4504244b48613938cc4818186016.tar.bz2
master-187ad058-6469963c0a3f4504244b48613938cc4818186016.zip
[toolchain]: use the linaro gcc by default (right now this only affects x86 targets)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25142 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/Config.version')
-rw-r--r--toolchain/gcc/Config.version2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version
index 2281a50d8f..a5a1ea63b5 100644
--- a/toolchain/gcc/Config.version
+++ b/toolchain/gcc/Config.version
@@ -9,7 +9,7 @@ config GCC_VERSION
default "4.5.2" if GCC_VERSION_4_5_2
default "4.5.1+l" if GCC_VERSION_4_5_1_LINARO
default "llvm" if GCC_VERSION_LLVM
- default "4.1.2"
+ default "4.5.1+l"
config GCC_VERSION_4
bool