In comp.os.linux.development.system milkyway <[EMAIL PROTECTED]> 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
_______________________________________________
help-gnu-utils mailing list
help-gnu-utils@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-utils

Reply via email to