On Tue, Jul 02, 2019 at 12:22:44PM +0300, Kirill Bychkov wrote: > On Tue, July 2, 2019 11:55, Antoine Jacoutot wrote: > > On Mon, Jul 01, 2019 at 10:00:29AM +0300, Kirill Bychkov wrote: > >> Hi! > >> The diff below moves COMPILER string template and its description > >> to the position used in most of the ports. > >> OK? Comments? > > > > While here, maybe worth add COMPILER_LANGS as well? > > Hi, > Sorry, this change was commited. Anyway I'm not sure it is worth to add > COMPILER_LANGS to the template because it's not so widely used as > COMPILER. Currently I've found only 46 ports using it.
Yes and that's why I think it's important to add it. Because people usually don't realize that it means c and c++ by default. In the past, this added dependency on c++ compiler that wasn't needed in some ports. -- Antoine
