[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: where do I tell the kernel compile process to use gcc-2.95?



Le Jeudi 22 Mai 2003 15:53, Jeremy Petzold a écrit :
> I assume that the reason the kernel compile breaks on systems running 3.x
> versions of gcc is becasue the kernel make process just calls gcc rather
> than gcc-2.95.
>
> so where do I have to chage this?
>
> thanks,
>
> Jeremy


export CC=gcc-2.95
and
edit the kernel Makefile and change every "gcc" to "gcc-2.95"



Reply to: