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)
commit47a3a62caac4166638a50a56bd36736c0c4bd46b
treef24b6c4cc9d46331842e3454c175ca77b1d5a99f
parent5f00a9860b1c917ed918a568090f56964c271207
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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19995 3c298f89-4303-0410-b956-a3cf2f4a3e73
include/host-build.mk
toolchain/gcc/Makefile