help-gnu-utils
[Top][All Lists]
Advanced

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

Re: Any makefile gurus out there?


From: Peter T. Breuer
Subject: Re: Any makefile gurus out there?
Date: Wed, 26 Oct 2005 00:27:32 +0200
User-agent: tin/1.4.4-20000803 ("Vet for the Insane") (UNIX) (Linux/2.2.15 (i686))

In comp.os.linux.development.system milkyway <d0mufasa@hotmail.com> wrote:
>> But why are you looking at THIS file?

> I had made changes to the Makefile* files that were generated. I had
> changed "CC = gcc" to "CC = g++" literally everywhere but it didn't
> work. The line I needed for g++ to take effect still kept showing gcc.

But you are linking not compiling. So it would be LD that you would
change, not CC. And anyway - why change it generically? You want to
make only ONE change, so just add a line to compile that target with
eh command you want.

Peter


reply via email to

[Prev in Thread] Current Thread [Next in Thread]