diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-01-26 20:19:28 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-01-26 20:19:28 +0000 |
commit | 8775d98c193c50059c28364340035af8f9d21472 (patch) | |
tree | 39b61f17a81e8dbe606fe69c728623600029a8e1 /toolchain/gcc/Config.version | |
parent | 78cae39e724956b3a1b009f029a89729b313cb40 (diff) | |
download | mtk-20170518-8775d98c193c50059c28364340035af8f9d21472.zip mtk-20170518-8775d98c193c50059c28364340035af8f9d21472.tar.gz mtk-20170518-8775d98c193c50059c28364340035af8f9d21472.tar.bz2 |
add missing +cs version suffix to the 4.4.3 codesourcery toolchain
SVN-Revision: 19350
Diffstat (limited to 'toolchain/gcc/Config.version')
-rw-r--r-- | toolchain/gcc/Config.version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 2f535ea..e8fa8a7 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -10,7 +10,7 @@ config GCC_VERSION default "4.4.1+cs" if GCC_VERSION_4_4_1_CS default "4.4.2" if GCC_VERSION_4_4_2 default "4.4.3" if GCC_VERSION_4_4_3 - default "4.4.3" if GCC_VERSION_4_4_3_CS + default "4.4.3+cs" if GCC_VERSION_4_4_3_CS default "llvm" if GCC_VERSION_LLVM default "4.1.2" |