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:*:*)
>
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(-)
>
> d
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 a/
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 699b3a10.