diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-08-01 12:39:19 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-08-01 12:39:19 +0000 |
commit | 332227b067db434bd50e65a3f6428d262559c612 (patch) | |
tree | d4bd93d97100d3107d9f19d36fbf0a594907bfd7 /toolchain/gcc/common.mk | |
parent | 56aa129fed03687a036aca151592e4c27a555732 (diff) | |
download | upstream-332227b067db434bd50e65a3f6428d262559c612.tar.gz upstream-332227b067db434bd50e65a3f6428d262559c612.tar.bz2 upstream-332227b067db434bd50e65a3f6428d262559c612.zip |
add support for gcc-4.5.1
SVN-Revision: 22450
Diffstat (limited to 'toolchain/gcc/common.mk')
-rw-r--r-- | toolchain/gcc/common.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index 5420727162..6a092e0084 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) |