Re: [PATCH] configure: Fail when specified cross compiler cannot be found

2020-12-19 Thread Paolo Bonzini
On 18/12/20 12:57, Alex Bennée wrote: Paolo Bonzini writes: On 17/12/20 18:56, Alex Bennée wrote: To be honest at the moment the information is a little hidden at the top of the output. It would be nice if we could teach meson to echo it in it's nice coloured output. Paolo, Any ideas for t

Re: [PATCH] configure: Fail when specified cross compiler cannot be found

2020-12-18 Thread Alex Bennée
Paolo Bonzini writes: > On 17/12/20 18:56, Alex Bennée wrote: >> To be honest at the moment the information is a little hidden at the top >> of the output. It would be nice if we could teach meson to echo it in >> it's nice coloured output. >> >> Paolo, >> >> Any ideas for the cleanest way to

Re: [PATCH] configure: Fail when specified cross compiler cannot be found

2020-12-18 Thread Paolo Bonzini
On 17/12/20 18:56, Alex Bennée wrote: To be honest at the moment the information is a little hidden at the top of the output. It would be nice if we could teach meson to echo it in it's nice coloured output. Paolo, Any ideas for the cleanest way to do that? The code in configure is pretty sma

Re: [PATCH] configure: Fail when specified cross compiler cannot be found

2020-12-17 Thread Alex Bennée
Gustavo Romero writes: > Hi Alex, > > On 12/16/20 7:51 AM, Alex Bennée wrote: >> >> Gustavo Romero writes: >> >>> Currently if the cross compiler passed to 'configure' (--cross-cc-) >>> does >>> not exist no error happens and only later when the TCG tests are run they >>> fail >>> because

Re: [PATCH] configure: Fail when specified cross compiler cannot be found

2020-12-17 Thread Gustavo Romero
Hi Alex, On 12/16/20 7:51 AM, Alex Bennée wrote: Gustavo Romero writes: Currently if the cross compiler passed to 'configure' (--cross-cc-) does not exist no error happens and only later when the TCG tests are run they fail because the cross compiler is not set correctly. Do they? They sho

Re: [PATCH] configure: Fail when specified cross compiler cannot be found

2020-12-16 Thread Alex Bennée
Gustavo Romero writes: > Currently if the cross compiler passed to 'configure' (--cross-cc-) does > not exist no error happens and only later when the TCG tests are run they fail > because the cross compiler is not set correctly. Do they? They should just skip because of a non-existing compile

[PATCH] configure: Fail when specified cross compiler cannot be found

2020-12-15 Thread Gustavo Romero
Currently if the cross compiler passed to 'configure' (--cross-cc-) does not exist no error happens and only later when the TCG tests are run they fail because the cross compiler is not set correctly. This commit changes that behavior and make 'configure' fail if the specified cross compiler canno