Re: [PULL 20/33] configure: handle host compiler in probe_target_compiler

2022-06-22 Thread Paolo Bonzini
On 6/21/22 20:30, Richard Henderson wrote: On 6/21/22 09:58, Paolo Bonzini wrote: On 6/20/22 18:41, Matheus Kowalczuk Ferst wrote: On 17/06/2022 07:12, Paolo Bonzini wrote: Hi Matheus, could you please test the tests-tcg-next branch at https://gitlab.com/bonzini/qemu? At be6090bcac10, it

Re: [PULL 20/33] configure: handle host compiler in probe_target_compiler

2022-06-21 Thread Richard Henderson
On 6/21/22 09:58, Paolo Bonzini wrote: On 6/20/22 18:41, Matheus Kowalczuk Ferst wrote: On 17/06/2022 07:12, Paolo Bonzini wrote: Hi Matheus, could you please test the tests-tcg-next branch at https://gitlab.com/bonzini/qemu? At be6090bcac10, it works if no BE toolchain is present.

Re: [PULL 20/33] configure: handle host compiler in probe_target_compiler

2022-06-21 Thread Paolo Bonzini
On 6/20/22 18:41, Matheus Kowalczuk Ferst wrote: On 17/06/2022 07:12, Paolo Bonzini wrote: Hi Matheus, could you please test the tests-tcg-next branch at https://gitlab.com/bonzini/qemu? At be6090bcac10, it works if no BE toolchain is present. Otherwise, the script probes

Re: [PULL 20/33] configure: handle host compiler in probe_target_compiler

2022-06-20 Thread Richard Henderson
On 6/20/22 09:41, Matheus Kowalczuk Ferst wrote: On 17/06/2022 07:12, Paolo Bonzini wrote: Hi Matheus, could you please test the tests-tcg-next branch at https://gitlab.com/bonzini/qemu? At be6090bcac10, it works if no BE toolchain is present. Otherwise, the script probes

Re: [PULL 20/33] configure: handle host compiler in probe_target_compiler

2022-06-20 Thread Matheus Kowalczuk Ferst
On 17/06/2022 07:12, Paolo Bonzini wrote: > Hi Matheus, > > could you please test the tests-tcg-next branch at > https://gitlab.com/bonzini/qemu? At be6090bcac10, it works if no BE toolchain is present. Otherwise, the script probes powerpc64-linux-gnu-gcc instead of the native tools for

Re: [PULL 20/33] configure: handle host compiler in probe_target_compiler

2022-06-17 Thread Paolo Bonzini
Hi Matheus, could you please test the tests-tcg-next branch at https://gitlab.com/bonzini/qemu? Thanks, Paolo On Thu, Jun 16, 2022 at 3:23 AM Alex Bennée wrote: > > > Matheus Kowalczuk Ferst writes: > > > On 01/06/2022 15:05, Alex Bennée wrote: > >> From: Paolo Bonzini > >> > >> In

Re: [PULL 20/33] configure: handle host compiler in probe_target_compiler

2022-06-15 Thread Alex Bennée
Matheus Kowalczuk Ferst writes: > On 01/06/2022 15:05, Alex Bennée wrote: >> From: Paolo Bonzini >> >> In preparation for handling more binaries than just cc, handle >> the case of "probe_target_compiler $cpu" directly in the function, >> setting the target_* variables based on the ones that

Re: [PULL 20/33] configure: handle host compiler in probe_target_compiler

2022-06-15 Thread Matheus Kowalczuk Ferst
On 01/06/2022 15:05, Alex Bennée wrote: > From: Paolo Bonzini > > In preparation for handling more binaries than just cc, handle > the case of "probe_target_compiler $cpu" directly in the function, > setting the target_* variables based on the ones that are used to > build QEMU. The clang check