> 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
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
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
3 matches
Mail list logo