change  

HOSTCC        =gcc

to

HOSTCC        =kgcc

and do 

make mrproper [oldconfig dep clean yadayada]

oh, the difference a character makes :)

charles

On Tue, 12 Dec 2000, Bob Hartung wrote:
>   RedHat docs state that I need to " find a line that looks
> like this:
>              CC =$(CROSS_COMPILE)gcc -D__KERNEL__ -I$(HPATH)
>         and change it to
>            CC =$(CROSS_COMPILE)kgcc -D__KERNEL__ -I$(HPATH)
> 
>    The only line that I see in the "Makefile" seems to 
> infer that kgcc is used [I don't however even attempt to act
> as if I understand makefiles.  Also, should the line HOSTCC
> be changed to kgcc?
> ----------------------------------------
> Second Problem:
> 
>   As suggested, I tried " make mkproper" and the following
> error resulted:
>      make *** No rule to make target 'mkproper'! Stop



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to