aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-05-28 12:00:22 +0000
committerNicolas Thill <nico@openwrt.org>2010-05-28 12:00:22 +0000
commit32098a5faf26c205a1c677a9287346b8758364eb (patch)
treee5ceb98a9beb0a876cbe842edfde9a4ca51f524f /toolchain/gcc/Makefile
parent09df0523fd574821743f4be6aa6575481c9a5e62 (diff)
downloadupstream-32098a5faf26c205a1c677a9287346b8758364eb.tar.gz
upstream-32098a5faf26c205a1c677a9287346b8758364eb.tar.bz2
upstream-32098a5faf26c205a1c677a9287346b8758364eb.zip
toolchain/gcc: add support for gcc-4.3.5
SVN-Revision: 21599
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 58cd725831..425d920d99 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -54,6 +54,9 @@ else
ifeq ($(PKG_VERSION),4.3.4)
PKG_MD5SUM:=60df63222dbffd53ca11492a2545044f
endif
+ ifeq ($(PKG_VERSION),4.3.5)
+ PKG_MD5SUM:=e588cfde3bf323f82918589b94f14a15
+ endif
ifeq ($(PKG_VERSION),4,4,1)
PKG_MD5SUM:=927eaac3d44b22f31f9c83df82f26436
endif