11/09/2025 04:32, Junlong Wang: > modify meson.build for support compiling on riscv-64 systems [...] > -if not is_linux > +if not is_linux or not dpdk_conf.get('RTE_ARCH_64') > build = false > - reason = 'only supported on Linux' > - subdir_done() > -endif > - > -if arch_subdir != 'x86' and arch_subdir != 'arm' or not > dpdk_conf.get('RTE_ARCH_64') > - build = false > - reason = 'only supported on x86_64 and aarch64' > + reason = 'only supported on 64-bit Linux' > subdir_done()
There is also powerpc. Do you think it will compile?