Re: [PATCH v3 3/5] riscv: compat_vdso: Introduce COMPAT_MARCH variable

From: Thomas Weißschuh

Date: Fri Jul 17 2026 - 08:27:05 EST


On Fri, Jul 17, 2026 at 10:06:36AM +0200, Nam Cao wrote:
> The -march option is inside COMPAT_CC_FLAGS, making it difficult to extend.
>
> Introduce COMPAT_MARCH variable to allow extension. A follow-up commit
> will take advantage of this to add _zacas to -march.
>
> Signed-off-by: Nam Cao <namcao@xxxxxxxxxxxxx>

Reviewed-by: Thomas Weißschuh <thomas.weissschuh@xxxxxxxxxxxxx>

> ---
> arch/riscv/kernel/compat_vdso/Makefile | 7 +++++--
> 1 file changed, 5 insertions(+), 2 deletions(-)