2017-10-05 1:01 GMT+05:00 Vincent Bernat <[email protected]>: > ❦ 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? >
of course it does > -- > O, what a tangled web we weave, When first we practice to deceive. > -- Sir Walter Scott, "Marmion" >

