X-Recipient: archive-cygwin@delorie.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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@cwilson.fastmail.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@cygwin.com
Subject: Re: MSYS mode (continue)
References: <51D4A7F4.80507@cwilson.fastmail.fm> <CABEPuQJ6V55nLo1hHO=xxAjjxsV5ahAuHj-jfWH-=Hk_hmk-eA@mail.gmail.com> <20130704085847.GK5118@calimero.vinschen.de> <CABEPuQ+YxNF6LTAxRTVDQqQsKvGWGuaRxx1JAH62+wZZzgsC9w@mail.gmail.com> <CABEPuQKRz2kamtrbBF5MjxPiSRMxwJ7NhG6wRrtRXMoBm+quNg@mail.gmail.com> <20130704091632.GM5118@calimero.vinschen.de> <CABEPuQKb8ZFvA=5947_JNQ3xZUNi98FTkV=9Q04f8vMY-4q1pg@mail.gmail.com> <20130704101046.GN5118@calimero.vinschen.de> <CABEPuQJ2S5jUbJDS+XUhrvdLtu6t53QAvsmQ_q5RbvELZxHJhw@mail.gmail.com> <CAEwic4b3wsdzfPWiQOx_CuDookbAsXgrw+8FAuFNp6mTffjpjA@mail.gmail.com> <20130704104713.GB12995@calimero.vinschen.de>
In-Reply-To: <20130704104713.GB12995@calimero.vinschen.de>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit

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

