qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH for-6.2] meson.build: Merge riscv32 and riscv64 cpu family


From: Richard Henderson
Subject: Re: [PATCH for-6.2] meson.build: Merge riscv32 and riscv64 cpu family
Date: Tue, 16 Nov 2021 12:06:15 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0

On 11/16/21 11:53 AM, Peter Maydell wrote:
  cpu = host_machine.cpu_family()
+
+# Unify riscv* to a single family.
+if cpu in ['riscv32', 'riscv64']
+  cpu = 'riscv'
+endif

Needing to do this seems kinda awkward :-(

Yeah, well.  It's either once here, or multiple times later.

Or, we admit that riscv32 will never be supported as a host and rename all of our other bits (tcg/riscv and */host/riscv/) to riscv64.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]