toolchain: Bump ARC tools to arc-2016.03
[openwrt/openwrt.git] / toolchain / uClibc / Makefile
index 545ea5ae563e420e93ce770d52feae06af36678b..a5fb54bd761712e8679b8dd77179717cd048c6ee 100644 (file)
@@ -16,7 +16,7 @@ endef
 
 define Host/Compile
        $(SED) 's,^CROSS=.*,CROSS=$(TARGET_CROSS),g' $(HOST_BUILD_DIR)/Rules.mak
-       $(UCLIBC_MAKE) $(TOOLCHAIN_JOBS) PREFIX= all
+       $(UCLIBC_MAKE) PREFIX= all
 endef
 
 define Host/Install