On Thu, Mar 14, 2024 at 5:09 PM <pbhagavat...@marvell.com> wrote: > > From: Pavan Nikhilesh <pbhagavat...@marvell.com> > > Some older compilers don't recognize crypto march feature > for thunderxt83 mcpu. > Explicitly add it to march feature list. > > Signed-off-by: Pavan Nikhilesh <pbhagavat...@marvell.com>
Acked-by: Jerin Jacob <jer...@marvell.com> > --- > config/arm/meson.build | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/config/arm/meson.build b/config/arm/meson.build > index 0e7f54862a..45f5db2c58 100644 > --- a/config/arm/meson.build > +++ b/config/arm/meson.build > @@ -148,7 +148,7 @@ implementer_cavium = { > }, > '0xa3': { > 'march': 'armv8-a', > - 'march_features': ['crc'], > + 'march_features': ['crc', 'crypto'], > 'mcpu': 'thunderxt83', > 'flags': flags_part_number_thunderx > }, > -- > 2.25.1 >