Re: [PATCH] configure: Fix check-tcg not executing any tests

2022-12-16 Thread Alex Bennée
Mukilan Thiyagarajan writes: > After configuring with --target-list=hexagon-linux-user > running `make check-tcg` just prints the following: > > ``` > make: Nothing to be done for 'check-tcg' > ``` > > In the probe_target_compiler function, the 'break' > command is used incorrectly. There are n

Re: [PATCH] configure: Fix check-tcg not executing any tests

2022-12-14 Thread Richard Henderson
On 12/7/22 02:23, Mukilan Thiyagarajan wrote: After configuring with --target-list=hexagon-linux-user running `make check-tcg` just prints the following: ``` make: Nothing to be done for 'check-tcg' ``` In the probe_target_compiler function, the 'break' command is used incorrectly. There are no

RE: [PATCH] configure: Fix check-tcg not executing any tests

2022-12-14 Thread Mukilan Thiyagarajan (QUIC)
Alex Bennée ; Richard Henderson ; Paolo Bonzini ; Thomas Huth Subject: Re: [PATCH] configure: Fix check-tcg not executing any tests WARNING: This email originated from outside of Qualcomm. Please be wary of any links or attachments, and do not enable macros. Hi Mukilan, On 7/12/22 09:23, Mu

RE: [PATCH] configure: Fix check-tcg not executing any tests

2022-12-07 Thread Mukilan Thiyagarajan (QUIC)
(QUIC) Cc: Alex Bennée ; Richard Henderson ; Paolo Bonzini ; Thomas Huth Subject: Re: [PATCH] configure: Fix check-tcg not executing any tests Hi Mukilan, On 7/12/22 09:23, Mukilan Thiyagarajan wrote: > After configuring with --target-list=hexagon-linux-user > running `make check-tcg

Re: [PATCH] configure: Fix check-tcg not executing any tests

2022-12-07 Thread Philippe Mathieu-Daudé
Hi Mukilan, On 7/12/22 09:23, Mukilan Thiyagarajan wrote: After configuring with --target-list=hexagon-linux-user running `make check-tcg` just prints the following: ``` make: Nothing to be done for 'check-tcg' ``` In the probe_target_compiler function, the 'break' command is used incorrectly.