summaryrefslogtreecommitdiff
path: root/toolchain/gcc/common.mk
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-08-01 12:39:19 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-08-01 12:39:19 +0000
commit332227b067db434bd50e65a3f6428d262559c612 (patch)
treed4bd93d97100d3107d9f19d36fbf0a594907bfd7 /toolchain/gcc/common.mk
parent56aa129fed03687a036aca151592e4c27a555732 (diff)
downloadmtk-20170518-332227b067db434bd50e65a3f6428d262559c612.zip
mtk-20170518-332227b067db434bd50e65a3f6428d262559c612.tar.gz
mtk-20170518-332227b067db434bd50e65a3f6428d262559c612.tar.bz2
add support for gcc-4.5.1
SVN-Revision: 22450
Diffstat (limited to 'toolchain/gcc/common.mk')
-rw-r--r--toolchain/gcc/common.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk
index 5420727..6a092e0 100644
--- a/toolchain/gcc/common.mk
+++ b/toolchain/gcc/common.mk
@@ -72,6 +72,9 @@ else
ifeq ($(PKG_VERSION),4.5.0)
PKG_MD5SUM:=ff27b7c4a5d5060c8a8543a44abca31f
endif
+ ifeq ($(PKG_VERSION),4.5.1)
+ PKG_MD5SUM:=48231a8e33ed6e058a341c53b819de1a
+ endif
endif
PATCH_DIR=../patches/$(GCC_VERSION)