1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 16:11:18 +02:00
openwrt/toolchain
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
..
binutils use binutils 2.19.1 by default for avr32, too 2010-02-16 21:49:32 +00:00
eglibc eglibc: add support for v2.11 2009-11-24 07:03:04 +00:00
gcc this patch fixes toolchain parallel build, which reduces build time. 2010-03-05 20:15:12 +00:00
gdb disable warnings as error in the gdb configuration (#5602) 2009-07-31 14:24:38 +00:00
glibc
glibc-ports
insight update insight to 6.8-1 (#6007) 2009-10-29 23:42:12 +00:00
kernel-headers cleanup the 2.6.33 and later kernels kernel-headers installation 2010-03-03 12:54:08 +00:00
llvm gcc: add llvm-gcc and llvm from trunk (does not successfully compile a target yet, but gets close) 2009-10-10 19:25:48 +00:00
uClibc upgrade and fixup support for the uclibc nptl branch 2010-02-26 11:03:59 +00:00
Config.in move EABI config option out of GCC 2009-09-26 21:34:40 +00:00
info.mk
Makefile gcc: add llvm-gcc and llvm from trunk (does not successfully compile a target yet, but gets close) 2009-10-10 19:25:48 +00:00