[PATCH] aarch64: Deprecate -march= for the month of April

2025-04-05 Thread Kyrylo Tkachov
Hi all, As we're starting a new month, introduce a more appropriate -mapril= to specify the compilation target instead. This helps keep GCC more up to date with the passage of time. Bootstrapped and tested on aarch64-none-linux-gnu. Signed-off-by: Kyrylo Tkachov gcc/ * config/aarch64/

Re: [PATCH] aarch64: Deprecate -march= for the month of April

2025-04-01 Thread Richard Earnshaw (lists)
On 01/04/2025 09:42, Kyrylo Tkachov wrote: > Hi all, > > As we're starting a new month, introduce a more appropriate -mapril= > to specify the compilation target instead. > This helps keep GCC more up to date with the passage of time. > > Bootstrapped and tested on aarch64-none-linux-gnu. > > Si