mac80211: add uci support for the ad-hoc multicast rate setting
[openwrt.git] / toolchain / gcc / common.mk
index e227720..36142eb 100644 (file)
@@ -69,6 +69,9 @@ else
   ifeq ($(PKG_VERSION),4.4.4)
     PKG_MD5SUM:=7ff5ce9e5f0b088ab48720bbd7203530
   endif
+  ifeq ($(PKG_VERSION),4.4.5)
+    PKG_MD5SUM:=44b3192c4c584b9be5243d9e8e7e0ed1
+  endif
   ifeq ($(PKG_VERSION),4.5.0)
   PKG_MD5SUM:=ff27b7c4a5d5060c8a8543a44abca31f
   endif
@@ -173,7 +176,7 @@ endif
 
 GCC_MAKE:= \
        export SHELL="$(BASH)"; \
-       $(MAKE) \
+       $(MAKE) $(TOOLCHAIN_JOBS) \
                CFLAGS_FOR_TARGET="$(TARGET_CFLAGS)" \
                CXXFLAGS_FOR_TARGET="$(TARGET_CFLAGS)"
 
This page took 0.020976 seconds and 4 git commands to generate.