]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/tcg: correct target CPU for sparc32
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 27 May 2022 15:35:47 +0000 (16:35 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 1 Jun 2022 14:47:43 +0000 (15:47 +0100)
commit867998cf5680329a150cb6d51a15d6990be49c77
tree2cd802b8f43ceca1ae02cc8b651d2742cc27214b
parent45f1eecdd63f9e4fa93fef01dd826e7706ac6d7b
tests/tcg: correct target CPU for sparc32

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 <pbonzini@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220517092616.1272238-7-pbonzini@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20220527153603.887929-18-alex.bennee@linaro.org>
tests/tcg/configure.sh