1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-03 00:27:43 +03:00
openwrt-xburst/toolchain/gcc
thepeople 2b2bbce391 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
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 [toolchain/gcc]: make TLS support configurable 2010-02-26 11:01:28 +00:00
Config.version [toolchain]: 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