openwrtv3/toolchain/gcc
Travis Kemen cf7199f48b 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
2010-03-05 20:15:12 +00:00
..
files do not use the wrapper scripts for exportable toolchains internally. on some systems the wrapper scripts are broken, and their use should be opt-in 2009-11-19 17:23:31 +00:00
patches gcc: fix up broken chunks of the 4.4.3+cs patch and clean it up a bit more 2010-01-26 20:13:01 +00:00
Config.in make TLS support configurable 2010-02-26 11:01:28 +00:00
Config.version use gcc 4.3.4 for the gemini target 2010-02-23 10:49:58 +00:00
Makefile this patch fixes toolchain parallel build, which reduces build time. 2010-03-05 20:15:12 +00:00