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 | |
parent | 78cae39e724956b3a1b009f029a89729b313cb40 (diff) | |
download | upstream-8775d98c193c50059c28364340035af8f9d21472.tar.gz upstream-8775d98c193c50059c28364340035af8f9d21472.tar.bz2 upstream-8775d98c193c50059c28364340035af8f9d21472.zip |
add missing +cs version suffix to the 4.4.3 codesourcery toolchain
SVN-Revision: 19350
-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 2f535eabb2..e8fa8a77d2 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" |