Re: [PATCH 06/15] configure: remove boolean variables for targets

2023-09-04 Thread Paolo Bonzini
Il lun 4 set 2023, 10:15 Thomas Huth ha scritto: > It might look nicer to put the linux and solaris parts from above as > separate entries in the new case-esac statement. > True but it all disappears by the end of the series. Paolo > Anyway: > Reviewed-by: Thomas Huth > >

Re: [PATCH 06/15] configure: remove boolean variables for targets

2023-09-04 Thread Thomas Huth
On 02/09/2023 14.59, Paolo Bonzini wrote: Just use $targetos always. Signed-off-by: Paolo Bonzini --- configure | 55 +-- 1 file changed, 13 insertions(+), 42 deletions(-) ... @@ -1718,7 +1687,7 @@ echo all: >> $config_host_mak if test

Re: [PATCH 06/15] configure: remove boolean variables for targets

2023-09-02 Thread Richard Henderson
On 9/2/23 05:59, Paolo Bonzini wrote: Just use $targetos always. Signed-off-by: Paolo Bonzini --- configure | 55 +-- 1 file changed, 13 insertions(+), 42 deletions(-) Reviewed-by: Richard Henderson r~

[PATCH 06/15] configure: remove boolean variables for targets

2023-09-02 Thread Paolo Bonzini
Just use $targetos always. Signed-off-by: Paolo Bonzini --- configure | 55 +-- 1 file changed, 13 insertions(+), 42 deletions(-) diff --git a/configure b/configure index 378a0de9fb6..f96f7359a83 100755 --- a/configure +++ b/configure @@ -374,