diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2012-04-09 17:00:03 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2012-04-09 17:00:03 +0000 |
commit | 240c8ea1fed51a17d3b14f6c139d3c9fb1fceb44 (patch) | |
tree | da95232174812432180204a57a2de1c3ab591df6 /toolchain/gcc/common.mk | |
parent | 4a5dfbd949f4214bc978894e7cc5d1778407b7f3 (diff) | |
download | upstream-240c8ea1fed51a17d3b14f6c139d3c9fb1fceb44.tar.gz upstream-240c8ea1fed51a17d3b14f6c139d3c9fb1fceb44.tar.bz2 upstream-240c8ea1fed51a17d3b14f6c139d3c9fb1fceb44.zip |
[toolchain/gcc/4.4]: upgrade to gcc 4.4.7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31230 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/common.mk')
-rw-r--r-- | toolchain/gcc/common.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index 731af95e14..c0bc3f8c5d 100644 --- a/toolchain/gcc/common.mk +++ b/toolchain/gcc/common.mk @@ -57,8 +57,8 @@ else PKG_SOURCE_URL:=@GNU/gcc/gcc-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 - ifeq ($(PKG_VERSION),4.4.6) - PKG_MD5SUM:=ab525d429ee4425050a554bc9247d6c4 + ifeq ($(PKG_VERSION),4.4.7) + PKG_MD5SUM:=295709feb4441b04e87dea3f1bab4281 endif ifeq ($(PKG_VERSION),4.6.2) PKG_MD5SUM:=028115c4fbfb6cfd75d6369f4a90d87e |