X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Date: Thu, 18 Feb 2010 21:55:19 +0100 From: Gary To: cygwin AT cygwin DOT com Subject: Re: setup.exe - a small feature request Message-ID: <20100218205519.GB2324@mimosa.garydjones.name> Mail-Followup-To: cygwin AT cygwin DOT com References: <20100218104928 DOT GA2684 AT mimosa DOT garydjones DOT name> <4B7D3854 DOT 3070801 AT byu DOT net> <4B7D4445 DOT 5060808 AT bopp DOT net> <20100218145226 DOT GA2248 AT mimosa DOT garydjones DOT name> <4B7D63DE DOT 7060700 AT cs DOT umass DOT edu> <20100218160414 DOT GA27154 AT ednor DOT casa DOT cgf DOT cx> <20100218165840 DOT GA3932 AT mimosa DOT garydjones DOT name> <4B7D7777 DOT 7030302 AT gmail DOT com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="vtzGhvizbBRQ85DL" Content-Disposition: inline In-Reply-To: <4B7D7777.7030302@gmail.com> X-IsSubscribed: yes 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 --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Feb 18, 2010 at 05:23:03PM +0000, Dave Korn wrote: > On 18/02/2010 16:58, Gary wrote: > > and the following 'make' seem to work fine. I sort of assumed it was > > that, but thought it was best to clarify first. Is it worth updating the > > README to clarify this, > > Yeah, it is, and I meant to do that some time ago but lost track of it > amongst other stuff that seemed more pressing at the time, sorry. No need to be sorry, I was making a suggestion not being accusatory. Patch for the README attached. --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="README.patch" Index: README =================================================================== RCS file: /cvs/cygwin-apps/setup/README,v retrieving revision 2.41 diff -r2.41 README 9c9 < - gcc-mingw-g++ --- > - gcc-mingw-g++ that supports the -mnocygwin option 33c33 < --build=i686-pc-cygwin CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" --- > --build=i686-pc-cygwin CC="gcc-3 -mno-cygwin" CXX="g++-3 -mno-cygwin" --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=us-ascii -- 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 --vtzGhvizbBRQ85DL--