Re: [PATCH] configure: Fix --enable-tcg-interpreter

2021-01-24 Thread Philippe Mathieu-Daudé
On 1/24/21 10:20 PM, Philippe Mathieu-Daudé wrote: > On 1/24/21 10:13 PM, Richard Henderson wrote: >> On 1/24/21 11:11 AM, Richard Henderson wrote: >>> The configure option was backward, and we failed to >>> pass the value on to meson. > > o_O > >>> >>> Fixes: 23a77b2d18b >>> Signed-off-by: Richa

Re: [PATCH] configure: Fix --enable-tcg-interpreter

2021-01-24 Thread Philippe Mathieu-Daudé
On 1/24/21 10:13 PM, Richard Henderson wrote: > On 1/24/21 11:11 AM, Richard Henderson wrote: >> The configure option was backward, and we failed to >> pass the value on to meson. o_O >> >> Fixes: 23a77b2d18b >> Signed-off-by: Richard Henderson >> --- >> configure| 5 +++-- >> t

Re: [PATCH] configure: Fix --enable-tcg-interpreter

2021-01-24 Thread Richard Henderson
On 1/24/21 11:11 AM, Richard Henderson wrote: > The configure option was backward, and we failed to > pass the value on to meson. > > Fixes: 23a77b2d18b > Signed-off-by: Richard Henderson > --- > configure| 5 +++-- > tcg/tci/tcg-target.c.inc | 2 +- > 2 files changed, 4 insertio

[PATCH] configure: Fix --enable-tcg-interpreter

2021-01-24 Thread Richard Henderson
The configure option was backward, and we failed to pass the value on to meson. Fixes: 23a77b2d18b Signed-off-by: Richard Henderson --- configure| 5 +++-- tcg/tci/tcg-target.c.inc | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/configure b/configure index