Re: [OE-core] [PATCH] armv8/armv9: Avoid using -march when -mcpu is chosen

2024-01-27 Thread Jon Mason
On Fri, Jan 26, 2024 at 03:31:41PM -0800, Khem Raj wrote: > Current include logic goes into generic arm v8/v9 architecture tunes and > adds corresponding -march option after synthesizing it from various tune > fragments, this is fine for a machine which is using armv8/armv9 based > tunes but

[OE-core] [PATCH] armv8/armv9: Avoid using -march when -mcpu is chosen

2024-01-26 Thread Khem Raj
Current include logic goes into generic arm v8/v9 architecture tunes and adds corresponding -march option after synthesizing it from various tune fragments, this is fine for a machine which is using armv8/armv9 based tunes but cortex tunes are intentionally using -mcpu option based on selected