From 8c1257982a33442d5cc7e42e82abe73b803ef9d9 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Thu, 27 May 2010 14:06:55 +0000 Subject: [PATCH 1/1] toolchain/gcc: remove md5 for unsupported 4.4.0 version, add missing md5 for 4.3.4 SVN-Revision: 21580 --- toolchain/gcc/Makefile | 4 ++-- 1 file 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 -- 2.30.2