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:content-type:mime-version:subject:from
	:in-reply-to:date:content-transfer-encoding:message-id
	:references:to; q=dns; s=default; b=asPCmJoGVdLTWZzap1uJJk6AxsGF
	vZ+NxUIBiWFKtw/J0ruzTYEYGNZ2l6pQbg9gN9t6DvBZPx+OJhY1Y+cBq10NDgZH
	8sfQzXcBfFcTYVrOEwzN9MSBOwZppKLciWXE+GAJV4P78kuH2gBtXtia/1zWZ6pn
	qe1fK1fcketWgRQ=
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:content-type:mime-version:subject:from
	:in-reply-to:date:content-transfer-encoding:message-id
	:references:to; s=default; bh=xGBM6ElLqeNR8KAX/sXLzSJ2skA=; b=Wd
	WQuo2OFwClqU/lLE5uaeWBH4EMMnULJ7T5VwurXTYAOnLrXbae7RPz759/fx6RmK
	UG3HxkdnlTXeOxFBz3gm9L59lbfKPo2gCJLGUbNYMkUNQJO6QMHosEbD+F51u/H1
	Ide76iXoehkosdUDb1FliW3GaX1njdhXC8RGktym0=
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
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_05,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2
X-HELO: etr-usa.com
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\))
Subject: Re: xlaunch small glitch
From: Warren Young <wyml@etr-usa.com>
In-Reply-To: <03d501d0536b$faa8d8c0$effa8a40$@gmail.com>
Date: Tue, 3 Mar 2015 12:43:57 -0700
Message-Id: <728F41B0-516B-4B21-AC35-EA8B4D2D7A3E@etr-usa.com>
References: <652B2EF3-E52F-403C-8549-D2A16FCF1D27@Denis-Excoffier.org> <20150228133835.GX11124@calimero.vinschen.de> <03d501d0536b$faa8d8c0$effa8a40$@gmail.com>
To: The Cygwin Mailing List <cygwin@cygwin.com>
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t23JiHns032261

On Feb 28, 2015, at 8:34 AM, cyg Simple <cygsimple@gmail.com> wrote:
> 
> From: Corinna Vinschen
>> 
>> So now we would have the sysname
>> 
>>  CYGWIN_NT-10.0-WOW64
> 
> How about a change to something like CYGWIN_NT-W32-10.0 and CYGWIN_NT-W64-10.0 instead?

That’s a bigger change than the one already done, so more likely to break more scripts.

But also, your change loses information.  “WOW64” didn’t mean “32-bit Cygwin,” it meant “32-bit Cygwin *on* 64-bit Windows.”  32-bit Cygwin on 32-bit Windows just says “CYGWIN_NT-10.0”, just like 64-on-64.

If you want to know bitness, you need to test via uname -m.
--
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


