Committed r19995.
Travis
2010/3/4 Raphaël HUCK :
> Hi,
>
> 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
>
Hi,
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)
-Raphaeldiff -pruN trunk.orig//include/host-build.mk trunk/include/host-build.mk
--