summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/common.mk
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-04-02 16:00:35 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-04-02 16:00:35 +0000
commit868a23d4ee043a22c16ddf9dea92fac2b8dee0ec (patch)
tree614e6ea3d63a1011bdf7e478fbf363891170c149 /toolchain/gcc/common.mk
parentea7cd11d5f26fbc13fc6795bdbb302ebfe684802 (diff)
toolchain/gcc: add support for GCC 4.8.0
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36155 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 b5d3fd0c8..154183ab1 100644
--- a/toolchain/gcc/common.mk
+++ b/toolchain/gcc/common.mk
@@ -55,6 +55,9 @@ else
ifeq ($(PKG_VERSION),4.7.2)
PKG_MD5SUM:=cc308a0891e778cfda7a151ab8a6e762
endif
+ ifeq ($(PKG_VERSION),4.8.0)
+ PKG_MD5SUM:=e6040024eb9e761c3bea348d1fa5abb0
+ endif
endif
PATCH_DIR=../patches/$(GCC_VERSION)