qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/3] tcg/sparc: Remove support for sparc32plus


From: Richard Henderson
Subject: Re: [PATCH 1/3] tcg/sparc: Remove support for sparc32plus
Date: Mon, 31 Oct 2022 10:24:29 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2

On 10/31/22 02:45, Peter Maydell wrote:
+/* We only support generating code for 64-bit mode.  */
+#ifndef __arch64__
+#error "unsupported code generation mode"

We might as well be more specific:
"no support for generating code for 32-bit SPARC"
(though I guess that configure ought in theory to prevent us getting here
in that situation ?)

Yes, after patch 2 configure should prevent it.


r~



reply via email to

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