diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-10-29 10:37:51 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-10-29 10:37:51 +0000 |
commit | 57017cf64c6f1cea7622b616fc9dd237fac73e9a (patch) | |
tree | 493de6b760dce3f35b8ac2db3ec35a222a368688 /toolchain/gcc/Config.version | |
parent | 499041707156a4a9a3be9b6b43232a9365370c64 (diff) | |
download | upstream-57017cf64c6f1cea7622b616fc9dd237fac73e9a.tar.gz upstream-57017cf64c6f1cea7622b616fc9dd237fac73e9a.tar.bz2 upstream-57017cf64c6f1cea7622b616fc9dd237fac73e9a.zip |
add support for Linaro GCC 2010.10
SVN-Revision: 23703
Diffstat (limited to 'toolchain/gcc/Config.version')
-rw-r--r-- | toolchain/gcc/Config.version | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index f7e4e8ad94..ecae8df123 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -14,6 +14,7 @@ config GCC_VERSION default "4.4.5" if GCC_VERSION_4_4_5 default "4.5.0" if GCC_VERSION_4_5_0 default "4.5.1" if GCC_VERSION_4_5_1 + default "4.5.1+l" if GCC_VERSION_4_5_1_LINARO default "4.4.3+cs" if GCC_VERSION_4_4_3_CS default "llvm" if GCC_VERSION_LLVM default "4.1.2" @@ -56,6 +57,7 @@ config GCC_VERSION_4_5 bool default y if GCC_VERSION_4_5_0 default y if GCC_VERSION_4_5_1 + default y if GCC_VERSION_4_5_1_LINARO if !TOOLCHAINOPTS config GCC_VERSION_4_2_4 |