On Tue, Nov 21, 2023 at 5:49 PM <[email protected]> wrote:
>
> From: Christian Ehrhardt <[email protected]>
>
> If building riscv natively with -Dplatform=generic config/meson.build
> will select cpu_instruction_set=riscv.
>
> That was fine because config/riscv/meson.build did override it to valid
> values later, but since b7676fcccab4 ("config: verify machine arch
> flag") it will break the build as it tries to test -march=riscv which
> is not a value value.
>
> The generic setting used in most cases is rv64gc, set this here
> as well.
>
> Fixes: b7676fcccab4 ("config: verify machine arch flag")
> Fixes: f22e705ebf12 ("eal/riscv: support RISC-V architecture")
>
> Signed-off-by: Christian Ehrhardt <[email protected]>
Acked-by: Sivaprasad Tummala <[email protected]>

Applied, thanks.


-- 
David Marchand

Reply via email to