X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Mon, 23 Mar 2009 10:32:34 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: PING: Deprecation of -mno-cygwin. Message-ID: <20090323093234.GK9322@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <49C6DADF DOT 90305 AT gmail DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49C6DADF.90305@gmail.com> User-Agent: Mutt/1.5.19 (2009-02-20) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On Mar 23 00:42, Dave Korn wrote: > > > Ho there gang. Over on gcc-patches, Kai has posted a patch to add some > documentation for the i386 cygming subtarget options. See the thread at: > > http://gcc.gnu.org/ml/gcc-patches/2009-03/threads.html#00994 > > I asked him if he would add a note mentioning that -mno-cygwin is > deprecated, and anyone who wants to review the patch or suggest wording for > the deprecation warning is invited to pitch in to that thread. (In > particular, should we describe -mcygwin as being deprecated too, or should we > say that it will become the always-on default setting, but not actually > removed, since we might want to retain the positive form as a permitted no-op > flag to aid backward compatibility with old makefiles that use it?) It might be helpful for a transition period to retain both options. $ i686-pc-cygwin-gcc -mcygwin <- just works $ i686-pc-cygwin-gcc -mno-cygwin <- Spits out a warning $ i386-pc-ming32 -mcygwin <- Spits out a warning $ i386-pc-ming32 -mno-cygwin <- just works But that's just me... Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/