[Christoph Hellwig]
> If you are using a distribution that ships with a default C compiler
> that is not able to compile linux kernel, use make CC=kgcc (redhat)
> or CC=gcc272 (debian) instead.

That works for >= 2.3.30 or so.  For 2.2 it's more like

  make CC="kgcc -D__KERNEL__ -I`pwd`/include"

which is really too much to tell people to do.  Most people would
probably rather just edit the makefile.

Peter
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to