Re: Mixing CC and a different CLANG seems like a bad idea - Mailing list pgsql-hackers

From Mikael Kjellström
Subject Re: Mixing CC and a different CLANG seems like a bad idea
Date
Msg-id ae9ea686-4bf9-3939-34af-3ca88caf30d8@mksoft.nu
Whole thread Raw
In response to Mixing CC and a different CLANG seems like a bad idea  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Mixing CC and a different CLANG seems like a bad idea
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Should rename "startup process" to something else?
Next
From: Tom Lane
Date:
Subject: Re: Mixing CC and a different CLANG seems like a bad idea