summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-01-27 20:08:34 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-01-27 20:08:34 +0000
commitf642dc617471830f6ec520c968d85071fd756347 (patch)
treea61ea1460b46ef4919551b9181a674c5f024069a /toolchain/gcc/Makefile
parent5e40c3e001d85915122f1aedd92d7f0be04264d8 (diff)
add gcc 4.3.3, clean up gcc version config symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14226 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 9a364eb8e1..0198e43641 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -41,6 +41,9 @@ endif
ifeq ($(PKG_VERSION),4.3.2)
PKG_MD5SUM:=5dfac5da961ecd5f227c3175859a486d
endif
+ifeq ($(PKG_VERSION),4.3.3)
+ PKG_MD5SUM:=cc3c5565fdb9ab87a05ddb106ba0bd1f
+endif
PATCH_DIR=./patches/$(PKG_VERSION)