Re: Mixing CC and a different CLANG seems like a bad idea

Поиск
Список
Период
Сортировка
От Mikael Kjellström
Тема Re: Mixing CC and a different CLANG seems like a bad idea
Дата
Msg-id ae9ea686-4bf9-3939-34af-3ca88caf30d8@mksoft.nu
обсуждение исходный текст
Ответ на Mixing CC and a different CLANG seems like a bad idea  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Mixing CC and a different CLANG seems like a bad idea  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 2021-11-18 17:56, Tom Lane wrote:
> I noticed that, a week after Michael pushed 9ff47ea41 to silence
> -Wcompound-token-split-by-macro warnings, buildfarm member sidewinder
> is still spewing them.  Investigation shows that it's building with
> 
> configure: using compiler=cc (nb4 20200810) 7.5.0
> configure: using CLANG=ccache clang


Hm, actually it's:

CC => "ccache cc",
CXX => "ccache c++",
CLANG => "ccache clang",

want me to change it to:

CC => "ccache clang",
CXX => "ccache c++",
CLANG => "ccache clang",

?

/Mikael



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Should rename "startup process" to something else?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Mixing CC and a different CLANG seems like a bad idea