Re: [PATCH] configure: Only build s390-ccw BIOS for system emulation

2021-01-24 Thread Thomas Huth
On 24/01/2021 17.17, Philippe Mathieu-Daudé wrote: It is pointless to build the s390-ccw BIOS when only user-mode emulation is built. Only build it when system mode emulation is selected. Signed-off-by: Philippe Mathieu-Daudé --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-

[PATCH] configure: Only build s390-ccw BIOS for system emulation

2021-01-24 Thread Philippe Mathieu-Daudé
It is pointless to build the s390-ccw BIOS when only user-mode emulation is built. Only build it when system mode emulation is selected. Signed-off-by: Philippe Mathieu-Daudé --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6f6a319c2f6