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: List-Subscribe: List-Archive: List-Post: List-Help: , 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 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> <20130704085847 DOT GK5118 AT calimero DOT vinschen DOT de> <20130704091632 DOT GM5118 AT calimero DOT vinschen DOT de> <20130704101046 DOT GN5118 AT calimero DOT vinschen DOT de> <20130704104713 DOT GB12995 AT calimero DOT vinschen DOT 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