On 8/17/2021 11:07 AM, 'Nick Desaulniers' via Clang Built Linux wrote:
On Mon, Aug 16, 2021 at 7:05 PM Nathan Chancellor wrote:
On 8/16/2021 5:21 PM, 'Nick Desaulniers' via Clang Built Linux wrote:
cc-option-yn can be replaced with cc-option. ie.
Checking for support:
ifeq ($(call cc-optio
On Mon, Aug 16, 2021 at 7:05 PM Nathan Chancellor wrote:
>
> On 8/16/2021 5:21 PM, 'Nick Desaulniers' via Clang Built Linux wrote:
> > cc-option-yn can be replaced with cc-option. ie.
> > Checking for support:
> > ifeq ($(call cc-option-yn,$(FLAG)),y)
> > becomes:
> > ifneq ($(call cc-option,$(FLA