Re: [PATCH 06/16] tests/tcg: correct target CPU for sparc32

2022-05-17 Thread Richard Henderson
On 5/17/22 02:26, Paolo Bonzini wrote: We do not want v8plus for pure sparc32, as the difference with the V8 ABI are only meaningful on 64-bit CPUs suh as ultrasparc; supersparc is the best CPU to use for 32-bit. s/suh/such/ Reviewed-by: Richard Henderson r~

[PATCH 06/16] tests/tcg: correct target CPU for sparc32

2022-05-17 Thread Paolo Bonzini
We do not want v8plus for pure sparc32, as the difference with the V8 ABI are only meaningful on 64-bit CPUs suh as ultrasparc; supersparc is the best CPU to use for 32-bit. Signed-off-by: Paolo Bonzini --- tests/tcg/configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git