At Wed, 11 Jun 2003 22:45:19 +1000, Lester Cheung wrote:
> I believe that the top level makefile set CC to gcc explictly.
> 
> /usr/src/kernel-source-2.4.20/Makefile:
>      30 CC      = $(CROSS_COMPILE)gcc

yes, and a standard feature of Makefile, is that you can override this
with  "make CC=mygcc".

thats why we all use '=' and not ':=' in our makefiles, don't we
everybody (nod here).

-- 
 - Gus
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to