add support for gcc 4.4.3
[openwrt.git] / toolchain / gcc / Makefile
index ea103c4..5e8b9b3 100644 (file)
@@ -60,6 +60,9 @@ else
   ifeq ($(PKG_VERSION),4.4.2)
     PKG_MD5SUM:=70f5ac588a79e3c9901d5b34f58d896d
   endif
+  ifeq ($(PKG_VERSION),4.4.3)
+    PKG_MD5SUM:=fe1ca818fc6d2caeffc9051fe67ff103
+  endif
 endif
 
 PATCH_DIR=./patches/$(GCC_VERSION)
This page took 0.0218 seconds and 4 git commands to generate.