1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-19 13:23:08 +03:00
openwrt-xburst/toolchain
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
..
binutils [toolchain/avr32]: use binutils 2.19.1 by default for avr32, too 2010-02-16 21:49:32 +00:00
eglibc [toolchain] 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 [toolchain] disable warnings as error in the gdb configuration (#5602) 2009-07-31 14:24:38 +00:00
glibc [toolchain] add support for glibc-2.4 (#5213) 2009-05-26 14:58:32 +00:00
glibc-ports [toolchain] add support for glibc-2.4 (#5213) 2009-05-26 14:58:32 +00:00
insight [toolchain] update insight to 6.8-1 (#6007) 2009-10-29 23:42:12 +00:00
kernel-headers [toolchain] 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 [toolchain/uclibc]: upgrade and fixup support for the uclibc nptl branch 2010-02-26 11:03:59 +00:00
Config.in [toolchain] move EABI config option out of GCC 2009-09-26 21:34:40 +00:00
info.mk [toolchain] uClibc cleanup: 2009-04-24 02:07:24 +00:00
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