[Rusty] > > CC=gcc-2723 make 2.0 kernel > > CC=gcc-2723 make 2.2 kernel > > CC=egcs make 2.4 kernel > > No, environment doesn't override make variables by default. This > works on any shell: > > make CC=egcs <targets> If you're going to get pedantic, that won't work either -- since the makefiles in kernels 2.0 and 2.2 expect $(CC) to include some compiler flags. This was fixed somewhere in 2.3.3x. 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/
- Re: [patch] kernel/module.c (plus gratuitous rant) Andrew Morton
- Re: [patch] kernel/module.c (plus gratuitous rant) Pavel Machek
- Re: [patch] kernel/module.c (plus gratuitous r... Jeff Garzik
- Re: [patch] kernel/module.c (plus gratuitous r... Alan Cox
- Re: [patch] kernel/module.c (plus gratuitous r... Keith Owens
- Re: [patch] kernel/module.c (plus gratuito... Richard Henderson
- Re: [patch] kernel/module.c (plus grat... Peter Samuelson
- Re: [patch] kernel/module.c (plus ... Richard Henderson
- Re: [patch] kernel/module.c (plus gratuito... Rusty Russell
- Recommended compiler? - Re: [patch] ke... Peter Samuelson
- Recommended compiler? - Re: [patch... Linux Kernel Developer
- Re: Recommended compiler? - R... Peter Samuelson
- Re: Recommended compiler? - R... Martin Dalecki
- Re: Recommended compiler? - R... Horst von Brand
- Re: Recommended compiler? - R... Jakub Jelinek
- Re: Recommended compiler? - R... Martin Dalecki