On Tue, Apr 14, 2015 at 01:45:10PM +0200, Roberto E. Vargas Caballero wrote: > > -#CC = musl-gcc > > +CC = cc > > cc is the default value of CC, so you don't get anything new with this patch, > and you create some problems with:
It is just an annoyance on systems where c99 doesn't exist. This is more common than your example. You can still do make CC=tcc.
