diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-01-27 20:08:34 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-01-27 20:08:34 +0000 |
commit | 158c3917e93dd102ae8c496bd136f359b15dfdbc (patch) | |
tree | 5b798c851ad688028914b5d02ab371f0880db660 /toolchain/gcc/Makefile | |
parent | 9bb8734d2ef37d72dd817a855a04e40dadce76b5 (diff) | |
download | upstream-158c3917e93dd102ae8c496bd136f359b15dfdbc.tar.gz upstream-158c3917e93dd102ae8c496bd136f359b15dfdbc.tar.bz2 upstream-158c3917e93dd102ae8c496bd136f359b15dfdbc.zip |
add gcc 4.3.3, clean up gcc version config symbols
SVN-Revision: 14226
Diffstat (limited to 'toolchain/gcc/Makefile')
-rw-r--r-- | toolchain/gcc/Makefile | 3 |
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) |