[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?



On Thu, 22 May 2003 10:01:31 -0500
Amal Phadke <phadke@hydrodyn.org> wrote:

> Locate the top level Makefile in the kernel source tree and replace
> all instances of "gcc" with "gcc-2.95". That should do it.

The sysadmin in me hates needless editing of distributed files and in
this case it is needless indeed.  Simply:

	make CC=gcc-2.95 <args>

If this represents too much typing, consider putting:

	alias kmake='make CC=gcc-2.95'

into your .bashrc

-g

Attachment: pgpDiq5ormxfd.pgp
Description: PGP signature


Reply to: