Re: Update AROS host detection

2021-01-25 Thread Dmitry V. Levin
On Mon, Jan 25, 2021 at 08:49:51PM +, Kalamatee wrote: > Please find attached a revised patch, also updating the test data. > diff --git a/config.guess b/config.guess > index 3ed3dc7..4d9b979 100755 > --- a/config.guess > +++ b/config.guess > @@ -1482,8 +1482,8 @@ EOF > i*86:rdos:*:*) >

Re: Update AROS host detection

2021-01-25 Thread Dmitry V. Levin
On Sun, Jan 10, 2021 at 08:09:57PM +, Kalamatee wrote: > AROS detection has been wrong for a number of years and only detects the > i386 host. > Please find attached a patch to correct the AROS case. > > build-aux/config.guess | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >

Re: Update AROS host detection

2021-01-13 Thread Kalamatee
On Sun, 10 Jan 2021 at 20:09, Kalamatee wrote: > AROS detection has been wrong for a number of years and only detects the > i386 host. > Please find attached a patch to correct the AROS case. > > build-aux/config.guess | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git

Update AROS host detection

2021-01-10 Thread Kalamatee
AROS detection has been wrong for a number of years and only detects the i386 host. Please find attached a patch to correct the AROS case. build-aux/config.guess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-aux/config.guess b/build-aux/config.guess index