Re: [PATCH] Fix RISC-V builds

2022-06-08 Thread Heinrich Schuchardt
On 6/8/22 12:01, David Marchand wrote: On Wed, Jun 8, 2022 at 11:56 AM Heinrich Schuchardt wrote: @Keith Maybe CONTRIBUTING.txt in that package should suggest a title prefix for PktGen patches to avoid future confusion. Yes, and I marked the patch as Not applicable in patchwork. See https:

Re: [PATCH] Fix RISC-V builds

2022-06-08 Thread David Marchand
On Wed, Jun 8, 2022 at 11:56 AM Heinrich Schuchardt wrote: > > On 6/8/22 09:23, David Marchand wrote: > > Hello, > > > > On Mon, May 30, 2022 at 4:11 PM Heinrich Schuchardt > > wrote: > >> > >> Building on RISC-V results in an error > >> > >> cc: error: ‘-march=native’: ISA string must begin

Re: [PATCH] Fix RISC-V builds

2022-06-08 Thread Heinrich Schuchardt
On 6/8/22 09:23, David Marchand wrote: Hello, On Mon, May 30, 2022 at 4:11 PM Heinrich Schuchardt wrote: Building on RISC-V results in an error cc: error: ‘-march=native’: ISA string must begin with rv32 or rv64 As GCC does not support -march=native on RISC-V avoid this argument. Sign

Re: [PATCH] Fix RISC-V builds

2022-06-08 Thread David Marchand
Hello, On Mon, May 30, 2022 at 4:11 PM Heinrich Schuchardt wrote: > > Building on RISC-V results in an error > > cc: error: ‘-march=native’: ISA string must begin with rv32 or rv64 > > As GCC does not support -march=native on RISC-V avoid this argument. > > Signed-off-by: Heinrich Schuchardt

[PATCH] Fix RISC-V builds

2022-05-30 Thread Heinrich Schuchardt
Building on RISC-V results in an error cc: error: ‘-march=native’: ISA string must begin with rv32 or rv64 As GCC does not support -march=native on RISC-V avoid this argument. Signed-off-by: Heinrich Schuchardt --- meson.build | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff