Re: [PATCH v1 01/11] configure: don't override the selected host test compiler if defined

2021-09-20 Thread Alex Bennée
Ed Maste writes: > On Fri, 17 Sept 2021 at 12:27, Alex Bennée wrote: >> >> There are not many cases you would want to do this but one is if you >> want to use a test friendly compiler like gcc instead of a system >> compiler like clang. Either way we should honour the users choice if >> they

Re: [PATCH v1 01/11] configure: don't override the selected host test compiler if defined

2021-09-20 Thread Ed Maste
On Fri, 17 Sept 2021 at 12:27, Alex Bennée wrote: > > There are not many cases you would want to do this but one is if you > want to use a test friendly compiler like gcc instead of a system > compiler like clang. Either way we should honour the users choice if > they have made it. A little bit

Re: [PATCH v1 01/11] configure: don't override the selected host test compiler if defined

2021-09-17 Thread Warner Losh
On Fri, Sep 17, 2021 at 10:23 AM Alex Bennée wrote: > There are not many cases you would want to do this but one is if you > want to use a test friendly compiler like gcc instead of a system > compiler like clang. Either way we should honour the users choice if > they have made it. > >

[PATCH v1 01/11] configure: don't override the selected host test compiler if defined

2021-09-17 Thread Alex Bennée
There are not many cases you would want to do this but one is if you want to use a test friendly compiler like gcc instead of a system compiler like clang. Either way we should honour the users choice if they have made it. Signed-off-by: Alex Bennée Cc: Warner Losh --- configure | 7 +-- 1