❦  4 octobre 2017 23:49 +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?
-- 
O, what a tangled web we weave, When first we practice to deceive.
                -- Sir Walter Scott, "Marmion"

Reply via email to