❦  8 octobre 2017 15:46 +0500, Илья Шипицин <[email protected]> :

>> > while some Makefiles allow to use CC, other just stick to gcc.
>> > I think we should change to
>> >
>> > CC ?= gcc
>>
>> This doesn't change much. You can already override gcc with "make
>> TARGET=... CC=clang". The only thing "?=" is that you can do "env
>> CC=clang make TARGET=...".
>>
>> Doesn't this work for you?
>>
>
> any particular reason for mixing "CC=gcc" with "CC?=gcc" ?

I don't see any use of ?=, except for stuff that are expected to be in
environment variables (like HOME, DISPLAY, LANG, PATH).
-- 
Consider well the proportions of things.  It is better to be a young June-bug
than an old bird of paradise.
                -- Mark Twain, "Pudd'nhead Wilson's Calendar"

Reply via email to