> The Makefile has HOSTCC=gcc and I Thought I would have to change
> that to = kgcc.
Building the kernel uses two compilers. CC is the compiler for actually
building the kernel you are going to boot, and HOSTCC is the compiler for
building auxiliary programs *while you are building the kernel*.
So you don't need to change HOSTCC.
The host side programs compiled with HOSTCC include the configuration
programs and other programs in scripts/, as well as some table generation
programs in places like drivers/char and drivers/sound.
Michael Chastain
<mec@shout.net>
"love without fear"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Thu Aug 31 2000 - 21:00:20 EST