this patch fixes toolchain parallel build, which reduces build time.
authorTravis Kemen <thepeople@openwrt.org>
Fri, 5 Mar 2010 20:15:12 +0000 (20:15 +0000)
committerTravis Kemen <thepeople@openwrt.org>
Fri, 5 Mar 2010 20:15:12 +0000 (20:15 +0000)
commitcf7199f48b5ef5edbeca7b0d02e1c448c8e1785d
treea2eb985c3fee20ca21da2e073ff781ff0d8a33f9
parent0e0bf71ed982211d00813140b2c6771733ee0661
this patch fixes toolchain parallel build, which reduces build time.

In order to enable parallel build, change line 21 of
include/host-build.mk from:

override MAKEFLAGS=

to:

override MAKEFLAGS=$(MAKE_JOBS)

-Raphael

SVN-Revision: 19995
include/host-build.mk
toolchain/gcc/Makefile