On Tue, 11 Jul 2023 at 10:26, Philippe Mathieu-Daudé <[email protected]> wrote: > > While when building on native Linux the host architecture > is reported as "riscv32" or "riscv64", when cross-compiling > it is detected as "riscv". Meson handles the cross-detection > but displays a warning: > > WARNING: Unknown CPU family riscv, please report this at > https://github.com/mesonbuild/meson/issues/new
So where does the "riscv" string come from? It seems odd, because don't we need to specify whether it's 32 or 64 bit ? (https://github.com/mesonbuild/meson/issues/5950 got closed as "not a bug in meson, you should be using riscv32 or riscv64 instead".) thanks -- PMM
