diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-01-27 13:17:50 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-01-27 13:17:50 +0000 |
commit | 6469963c0a3f4504244b48613938cc4818186016 (patch) | |
tree | 0879775f8743a9be45ad5727275bcdbed386173f /toolchain/gcc/Config.in | |
parent | f8b2d5faf4e759d5f91a82e225ea98c76ac2cd3c (diff) | |
download | upstream-6469963c0a3f4504244b48613938cc4818186016.tar.gz upstream-6469963c0a3f4504244b48613938cc4818186016.tar.bz2 upstream-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.in')
-rw-r--r-- | toolchain/gcc/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index cc59c92f37..01b8f60044 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -8,8 +8,7 @@ choice default GCC_VERSION_4_3_3_CS if (mips || mipsel) && !(TARGET_octeon || TARGET_sibyte) default GCC_VERSION_4_4_5 if (powerpc || ubicom32) default GCC_VERSION_4_4_5 if (TARGET_omap35xx || TARGET_octeon || TARGET_sibyte) - default GCC_VERSION_4_5_1_LINARO if sparc - default GCC_VERSION_4_1_2 + default GCC_VERSION_4_5_1_LINARO help Select the version of gcc you wish to use. |