meson.build: Merge riscv32 and riscv64 cpu family
commitc94c239496256f1f1cb589825d052c2f3e26ebf6
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 16 Nov 2021 09:50:42 +0000 (16 10:50 +0100)
committerAlistair Francis <alistair.francis@wdc.com>
Wed, 17 Nov 2021 09:18:22 +0000 (17 19:18 +1000)
tree74b27b822e26a5690a23659fbe1e93d5418bfcc7
parentedcc4e4090ac56ea0d85ec482dd77bd7cc009b70
meson.build: Merge riscv32 and riscv64 cpu family

In ba0e73336200, we merged riscv32 and riscv64 in configure.
However, meson does not treat them the same.  We need to merge
them here as well.

Fixes: ba0e73336200
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-id: 20211116095042.335224-1-richard.henderson@linaro.org
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
meson.build