RE: [EXT] Re: [PATCH v5 1/3] config/arm: avoid mcpu and march conflicts

2024-02-25 Thread Pavan Nikhilesh Bhagavatula
> Other than the one point below, > Reviewed-by: Juraj Linkeš > > > diff --git a/config/arm/meson.build b/config/arm/meson.build > > index 36f21d2259..d05d54b564 100644 > > --- a/config/arm/meson.build > > +++ b/config/arm/meson.build > > > @@ -695,13 +698,37 @@ if update_flags > > > > mach

Re: [PATCH v5 1/3] config/arm: avoid mcpu and march conflicts

2024-02-23 Thread Juraj Linkeš
Other than the one point below, Reviewed-by: Juraj Linkeš > diff --git a/config/arm/meson.build b/config/arm/meson.build > index 36f21d2259..d05d54b564 100644 > --- a/config/arm/meson.build > +++ b/config/arm/meson.build > @@ -695,13 +698,37 @@ if update_flags > > machine_args = [] # Clear

[PATCH v5 1/3] config/arm: avoid mcpu and march conflicts

2024-02-22 Thread pbhagavatula
From: Pavan Nikhilesh The compiler options march and mtune are a subset of mcpu and will lead to conflicts if improper march is chosen for a given mcpu. To avoid conflicts, discard part number march when mcpu is available and is supported by the compiler. Example: march = armv9-a