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
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
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
(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
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.