Skip to content
Snippets Groups Projects
Commit fdb11654 authored by kelvin's avatar kelvin
Browse files

Use distcc to compile in order to build distributed

hosts should be configured in $HOME/.distcc/hosts
or in /etc/distcc/hosts (comma separated) or in the
environment variable DISTCC_HOSTS (space separated)
parent 569dbb88
No related branches found
No related tags found
No related merge requests found
......@@ -348,7 +348,7 @@ include scripts/Kbuild.include
# Make variables (CC, etc...)
AS = $(CROSS_COMPILE)as
LD = $(CROSS_COMPILE)ld
CC = $(CROSS_COMPILE)gcc
CC = $(CROSS_COMPILE)distcc
CPP = $(CC) -E
AR = $(CROSS_COMPILE)ar
NM = $(CROSS_COMPILE)nm
......
build 0 → 100755
worker=16
make -j"$worker" bzImage
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment