lkml.org 
[lkml]   [2006]   [Jan]   [2]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
FromKalin KOZHUHAROV <>
SubjectRe: Howto set kernel makefile to use particular gcc
DateMon, 02 Jan 2006 16:19:10 +0900
Adrian Bunk wrote:
> On Sun, Jan 01, 2006 at 07:03:15PM +0900, Kalin KOZHUHAROV wrote:
> 
>>As I just stumbeled into a similar problem, I am going to ask here.
>>
>>I know the "trick" of `make -j8 CC=distcc` and I always use it. But is there a way to hardwire
>>"CC=distcc" insie the Makefile? Just setting it there does not help it seems.
> 
> 
> Setting it somewhere at the top of the Makefile doesn't help since the 
> Makefile sets it itself later overriding your setting.
> 
> The Makefile contains the line
>   CC              = $(CROSS_COMPILE)gcc
> 
> Change this line to
>   CC              = $(CROSS_COMPILE)distcc

Thanks! That works perfect, now rebuilding the 2.6.14.5 series :-)

Kalin.
-- 
|[ ~~~~~~~~~~~~~~~~~~~~~~ ]|
+-> http://ThinRope.net/ <-+
|[ ______________________ ]|

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-01-02 08:28    [from the cache]
©2003-2008