[klibc] [patch] Kbuild don't hardcode gcc and binutils version

H. Peter Anvin hpa at zytor.com
Wed Apr 5 15:48:44 PDT 2006


maximilian attems wrote:
> On Wed, Apr 05, 2006 at 02:48:10PM -0700, H. Peter Anvin wrote:
>> However, $(CC) is defined as:
>>
>> CC              = $(CROSS_COMPILE)gcc
>>
>> ... so that doesn't make sense.
>>
>> 	-hpa
> 
> hmm i don't see that, top Makefile says:
> export CC      := gcc
> 

This is for the in-kernel Makefile.  I'm a little confused as why $(CC) 
is even defined in the klibc standalone Makefile, since that is reserved 
as kernel namespace...

	-hpa



More information about the klibc mailing list