]> git.proxmox.com Git - mirror_qemu.git/commit - configure
configure: Avoid building TCG when not needed
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Fri, 22 May 2020 17:24:59 +0000 (19:24 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 5 Jun 2020 19:23:22 +0000 (21:23 +0200)
commit1cf295be5de93e984ea6f52f151141f5126537f0
tree767a6b07f9d6120da271e2f5eef4c995a6f804be
parent57159bb239bb3517348415b7cd23dd45fb7b100f
configure: Avoid building TCG when not needed

Avoid building TCG when building only tools:

  ./configure --enable-tools --disable-system --disable-user

This saves us from running the soft-float tests enabled since
commit 76170102508.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Tested-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200522172510.25784-3-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
configure