Re: [PATCH] configure: Restrict TCG to emulation

2022-07-12 Thread Philippe Mathieu-Daudé via
On 6/7/22 17:38, Thomas Huth wrote: From: Philippe Mathieu-Daudé If we don't need to emulate any target, we certainly don't need TCG. This should also help to compile again with ".../configure --enable-tools --disable-system --disable-user" on systems that do not have a TCG backend. Signed-

Re: [PATCH] configure: Restrict TCG to emulation

2022-07-06 Thread Richard Henderson
On 7/6/22 21:08, Thomas Huth wrote: From: Philippe Mathieu-Daudé If we don't need to emulate any target, we certainly don't need TCG. This should also help to compile again with ".../configure --enable-tools --disable-system --disable-user" on systems that do not have a TCG backend. Signed-o

[PATCH] configure: Restrict TCG to emulation

2022-07-06 Thread Thomas Huth
From: Philippe Mathieu-Daudé If we don't need to emulate any target, we certainly don't need TCG. This should also help to compile again with ".../configure --enable-tools --disable-system --disable-user" on systems that do not have a TCG backend. Signed-off-by: Philippe Mathieu-Daudé [thuth: