delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2013/07/04/10:44:07

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:message-id:date:from:mime-version:to:subject
:references:in-reply-to:content-type:content-transfer-encoding;
q=dns; s=default; b=qTn/8wpEza6sj0akq7X2+bJ/oGqBv0eq5h3Cdj38CSu
jSzZuMzTlZt9qfzH0n5jaiNJ1r/Muu04Dc1L5G4JYNchwY9CnzZh6FFtQxhz7BNK
koCF1osVuYBtuZjji0e+XrQ9POGxE1e0s0vX0nd3WvaB0o6xOZ8Q1l7j53PRjh/A
=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:message-id:date:from:mime-version:to:subject
:references:in-reply-to:content-type:content-transfer-encoding;
s=default; bh=YP9+EDpQuNBGHjt4Ssnt8aed86U=; b=cyGTn8xFRf4VVQX44
dE1fArNmVe7PzykAp86QVrf15heqX3yE4gdmHseetJb8JKvJ4V7sYprQ08zaiU9E
MXUiRVbPGx7OpNszr1X3uMnrMTZjmdHpNrMzTmVz24A5TiUNxJK2KYTQgYtlU2SD
0coXdyEBXkH2K8oiyYsX0DPyb0=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1
Message-ID: <51D58A20.4030103@cwilson.fastmail.fm>
Date: Thu, 04 Jul 2013 10:43:44 -0400
From: Charles Wilson <cygwin AT cwilson DOT fastmail DOT fm>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
Subject: Re: MSYS mode (continue)
References: <51D4A7F4 DOT 80507 AT cwilson DOT fastmail DOT fm> <CABEPuQJ6V55nLo1hHO=xxAjjxsV5ahAuHj-jfWH-=Hk_hmk-eA AT mail DOT gmail DOT com> <20130704085847 DOT GK5118 AT calimero DOT vinschen DOT de> <CABEPuQ+YxNF6LTAxRTVDQqQsKvGWGuaRxx1JAH62+wZZzgsC9w AT mail DOT gmail DOT com> <CABEPuQKRz2kamtrbBF5MjxPiSRMxwJ7NhG6wRrtRXMoBm+quNg AT mail DOT gmail DOT com> <20130704091632 DOT GM5118 AT calimero DOT vinschen DOT de> <CABEPuQKb8ZFvA=5947_JNQ3xZUNi98FTkV=9Q04f8vMY-4q1pg AT mail DOT gmail DOT com> <20130704101046 DOT GN5118 AT calimero DOT vinschen DOT de> <CABEPuQJ2S5jUbJDS+XUhrvdLtu6t53QAvsmQ_q5RbvELZxHJhw AT mail DOT gmail DOT com> <CAEwic4b3wsdzfPWiQOx_CuDookbAsXgrw+8FAuFNp6mTffjpjA AT mail DOT gmail DOT com> <20130704104713 DOT GB12995 AT calimero DOT vinschen DOT de>
In-Reply-To: <20130704104713.GB12995@calimero.vinschen.de>

On 7/4/2013 6:47 AM, Corinna Vinschen wrote:
>> Hmm, out of curiousity.  Why is the name MINGW_NT-6.1-WOW64\0 not
>> suitable.  For what is this 32 good for?
>>
>> Sorry, for this stupid question.
>
> No sorry here, it's not stupid.  I agree, why not just drop the "32"?

Because it would break any configure scripts or config.guess that test for:

case $(uname -s) in
MINGW32-* ) ...
esac

There are a few of those in the wild, although modern config.guess says:

     *:MINGW64*:*)
         echo ${UNAME_MACHINE}-pc-mingw64
         exit ;;
     *:MINGW*:*)
         echo ${UNAME_MACHINE}-pc-mingw32
         exit ;;
     i*:MSYS*:*)
         echo ${UNAME_MACHINE}-pc-msys
         exit ;;

(FWIW, I'm not sure what MINGW64 is all about...)

--
Chuck


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019