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: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 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 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 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 AT Denis-Excoffier DOT org> <20150228133835 DOT GX11124 AT calimero DOT vinschen DOT de> <03d501d0536b$faa8d8c0$effa8a40$@gmail.com> To: The Cygwin Mailing List 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 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