>>>>> "guillaume" == Guillaume Rousse <[EMAIL PROTECTED]> writes:

Hi

guillaume> Subsidiary question : how to choose the compiler used for building the 
kernel 
guillaume> ? Just setting envvar GCC to either kgcc or gcc ?

Just now you have to:
go to spec file and set kgcc to:
1- use kgcc
0- use gcc

I just fixed 2.4.6-3mdk to compile with gcc (until now alsa didn't
compile with it :(

Working in a way to let the user choice the compiler in a more easy
way.

Note that I suppose that you want to compile the kernel with rpm, if
you want to compile the kernel as old men, aka make bzImage, then use:

make CC=kgcc bzImage

same for all the make calls that you do.  obviously, change kgcc for
what do you want.  

make CC="gcc -Vmy_funny_verion -mfancy-options" bzImage

Later, Juan.


-- 
In theory, practice and theory are the same, but in practice they 
are different -- Larry McVoy

Reply via email to