On 3/1/2017 4:33 AM, Ben Elliston wrote:
> On Tue, Feb 28, 2017 at 01:07:26PM -0500, David A. Fuess wrote:
> 
>> config.guess timestamp = 2017-02-07
>>
>> uname -m = x86_64
>> uname -r = 2.7.0(0.306/5/3)
>> uname -s = CYGWIN_NT-10.0
>> uname -v = 2017-02-12 13:18
> 
> I'm stumped.  Perhaps someone else on the list might know?
> 
> This code should match that configuration:
> 
>     amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
>         echo x86_64-unknown-cygwin
>         exit ;;
> 
> Can you please send me (directly) the output of 'sh -x config.guess'?
> 

And take a look in config.log to see if there were any Cygwin specific
errors.  Maybe some external process got in the way.

-- 
Earnie

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

Reply via email to