On 1/19/23 03:54, Fabiano Rosas wrote:
The tests under tests/tcg depend on the TCG accelerator. Do not build them if --disable-tcg was given in the configure line.Signed-off-by: Fabiano Rosas <[email protected]> --- configure | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
Amusing that this wasn't found earlier. But it does in fact give nonsense results for --disable-tcg on x86_64 host as well.
Reviewed-by: Richard Henderson <[email protected]> r~
