diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-05-27 14:06:55 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-05-27 14:06:55 +0000 |
commit | c75f28c31d8659762136c39e48496dbaf4180774 (patch) | |
tree | 22f27599bb2025ed89dcfe481fcd9d35f3e4db09 /toolchain | |
parent | 6da563992ea0a98c619afaed717eac12af391cdc (diff) | |
download | upstream-c75f28c31d8659762136c39e48496dbaf4180774.tar.gz upstream-c75f28c31d8659762136c39e48496dbaf4180774.tar.bz2 upstream-c75f28c31d8659762136c39e48496dbaf4180774.zip |
toolchain/gcc: remove md5 for unsupported 4.4.0 version, add missing md5 for 4.3.4
SVN-Revision: 21580
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gcc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index 325fe7474e..58cd725831 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -51,8 +51,8 @@ else ifeq ($(PKG_VERSION),4.3.3) PKG_MD5SUM:=cc3c5565fdb9ab87a05ddb106ba0bd1f endif - ifeq ($(PKG_VERSION),4.4.0) - PKG_MD5SUM:=cf5d787bee57f38168b74d65a7c0e6fd + ifeq ($(PKG_VERSION),4.3.4) + PKG_MD5SUM:=60df63222dbffd53ca11492a2545044f endif ifeq ($(PKG_VERSION),4,4,1) PKG_MD5SUM:=927eaac3d44b22f31f9c83df82f26436 |