On 9/11/2017 12:45 AM, Ben Elliston wrote:
> Hi all
> 
> I wanted to ask if there are any of these cases that can be sensibly
> be removed from config.guess to simplify the Windows
> situation. Currently, we have:
> 
>    Alpha\ *:Windows_NT*:*)
>    21064:Windows_NT:50:3)
>    i*:CYGWIN*:*)
>    *:MINGW64*:*)
>    *:MINGW*:*)
>    i*:windows32*:*)
>    *:Interix*:*)
>    [345]86:Windows_95:*|[345]86:Windows_98:*|[345]86:Windows_NT:*)
>    8664:Windows_NT:*)
>    i*:Windows_NT*:*|Pentium*:Windows_NT*:*)
>    i*:UWIN*:*)
>    amd64:CYGWIN*:*:*|x86_64:CYGWIN*:*:*)
>    p*:CYGWIN*:*)
> 
> I am thinking of removing the following cases:
> 
>    Alpha\ *:Windows_NT*:*)
>    21064:Windows_NT:50:3)
>    [345]86:Windows_95:*|[345]86:Windows_98:*|[345]86:Windows_NT:*)
>    i*:windows32*:*)
>    i*:Windows_NT*:*|Pentium*:Windows_NT*:*)
>    p*:CYGWIN*:*)                                      (matched PPC)
>    *:Interix*:*)
> 
> Thoughts?

As far as MinGW is concerned I have no problems with removing these.

You didn't list 8664:Windows_NT:*), I'm okay with that one too.

-- 
Earnie

_______________________________________________
config-patches mailing list
config-patches@gnu.org
https://lists.gnu.org/mailman/listinfo/config-patches

Reply via email to