> Subject: Re: [PATCH v2 1/2] config/arm: strict use of -mcpu for supported > CPUs > > Please check the CI results, there are some failures. >
Hi Thomas, CI is failing because gcc version 11 does not enable crypto extension for thunderx2, with -mcpu=thunderx2t99 unless +crypto feature modifier is used. Goal of this patch is to drop use of such feature modifiers when an -mcpu is available for a given platform. This issue is fixed in gcc version 13 for thunderx2t99. Thanks. --wathsala