1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

optionally support parallel toolchain build. This defaults to off, because certain toolchain versions are known to break on parallel build. However, it significantly speeds up the build and latest versions of the tools do compile fine.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23196 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mb
2010-10-03 12:54:07 +00:00
parent 3e0c7f1e59
commit a26814e6d6
5 changed files with 21 additions and 5 deletions

View File

@@ -79,7 +79,7 @@ define Host/Configure
endef
define Host/Compile
$(MAKE) -C $(HOST_BUILD_DIR) all
$(MAKE) $(TOOLCHAIN_JOBS) -C $(HOST_BUILD_DIR) all
endef
define Host/Install