summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/common.mk
diff options
context:
space:
mode:
authorMirko Vogt <mirko@openwrt.org>2012-04-07 15:34:41 +0000
committerMirko Vogt <mirko@openwrt.org>2012-04-07 15:34:41 +0000
commit626e1717642e933af0f15a387caadb16178c0254 (patch)
tree753cd3bb59de564561cd4909063e1ba405c431d7 /toolchain/gcc/common.mk
parentc56da13854769330651b790d9c9f933ca5ffebbd (diff)
downloadmaster-31e0f0ae-626e1717642e933af0f15a387caadb16178c0254.tar.gz
master-31e0f0ae-626e1717642e933af0f15a387caadb16178c0254.tar.bz2
master-31e0f0ae-626e1717642e933af0f15a387caadb16178c0254.zip
add support for gcc 4.7.0 - thanks to acoul!
SVN-Revision: 31216
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 7448684e5c..731af95e14 100644
--- a/toolchain/gcc/common.mk
+++ b/toolchain/gcc/common.mk
@@ -63,6 +63,9 @@ else
ifeq ($(PKG_VERSION),4.6.2)
PKG_MD5SUM:=028115c4fbfb6cfd75d6369f4a90d87e
endif
+ ifeq ($(PKG_VERSION),4.7.0)
+ PKG_MD5SUM:=2a0f1d99fda235c29d40b561f81d9a77
+ endif
endif
endif