Re: [PATCH] meson: fix static flag summary

2020-09-23 Thread Laurent Vivier
Le 17/09/2020 à 16:07, Laurent Vivier a écrit : > 'static build:' must display value of CONFIG_STATIC rather than value of > CONFIG_TOOLS. > > Signed-off-by: Laurent Vivier > --- > meson.build | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meson.build b/meson.build > i

Re: [PATCH] meson: fix static flag summary

2020-09-17 Thread Philippe Mathieu-Daudé
On 9/17/20 4:07 PM, Laurent Vivier wrote: > 'static build:' must display value of CONFIG_STATIC rather than value of > CONFIG_TOOLS. > > Signed-off-by: Laurent Vivier > --- > meson.build | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meson.build b/meson.build > index 5

Re: [PATCH] meson: fix static flag summary

2020-09-17 Thread Paolo Bonzini
Oops. :) Paolo Il gio 17 set 2020, 16:07 Laurent Vivier ha scritto: > 'static build:' must display value of CONFIG_STATIC rather than value of > CONFIG_TOOLS. > > Signed-off-by: Laurent Vivier > --- > meson.build | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meson.b

[PATCH] meson: fix static flag summary

2020-09-17 Thread Laurent Vivier
'static build:' must display value of CONFIG_STATIC rather than value of CONFIG_TOOLS. Signed-off-by: Laurent Vivier --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 5421eca66a02..c174f0ab0948 100644 --- a/meson.build +++ b/meson