summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-05-28 13:50:47 +0000
committerNicolas Thill <nico@openwrt.org>2010-05-28 13:50:47 +0000
commit4019bca7eb1a6ae290d726149217944442f584a0 (patch)
tree614b613e52dfd7e98343e936f0dd2d0c1c17d418 /toolchain/gcc/Makefile
parent32098a5faf26c205a1c677a9287346b8758364eb (diff)
downloadmtk-20170518-4019bca7eb1a6ae290d726149217944442f584a0.zip
mtk-20170518-4019bca7eb1a6ae290d726149217944442f584a0.tar.gz
mtk-20170518-4019bca7eb1a6ae290d726149217944442f584a0.tar.bz2
toolchain/gcc: add support for gcc-4.4.4
SVN-Revision: 21600
Diffstat (limited to 'toolchain/gcc/Makefile')
-rw-r--r--toolchain/gcc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index 425d920..fc31d6f 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -66,6 +66,9 @@ else
ifeq ($(PKG_VERSION),4.4.3)
PKG_MD5SUM:=fe1ca818fc6d2caeffc9051fe67ff103
endif
+ ifeq ($(PKG_VERSION),4.4.4)
+ PKG_MD5SUM:=7ff5ce9e5f0b088ab48720bbd7203530
+ endif
ifeq ($(PKG_VERSION),4.5.0)
PKG_MD5SUM:=ff27b7c4a5d5060c8a8543a44abca31f
endif