Re: [PATCH v8 1/5] config/arm: avoid mcpu and march conflicts

2024-03-15 Thread Thomas Monjalon
14/03/2024 12:38, pbhagavat...@marvell.com: > 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

[PATCH v8 1/5] config/arm: avoid mcpu and march conflicts

2024-03-14 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