On Thu, May 24, 2001 at 09:44:05PM +0100, Neill Newman wrote:
I'm glad you got everything sorted out, but I would advise you (or rather redhat advise you) to use kgcc not gcc for compiling kernels. Just change the two entries of 'gcc' in the top level Makefile to 'kgcc' and compile as normal..
Surely you don't even need to edit the makefile, you should be able to do (in a bash shell): export GCC=/path/and/kgcc
then compile as normal, taking for granted that the Makefile hasn't been f00ked over ;)
Cheers,
Brett