From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4298 invoked by alias); 24 May 2007 14:27:22 -0000 Received: (qmail 4230 invoked by uid 22791); 24 May 2007 14:27:01 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 24 May 2007 14:26:56 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l4OEQHF0022161; Thu, 24 May 2007 10:26:17 -0400 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l4OEQ1al017975; Thu, 24 May 2007 10:26:14 -0400 Received: from greed.delorie.com (vpn-14-2.rdu.redhat.com [10.11.14.2]) by post-office.corp.redhat.com (8.12.11.20060308/8.11.6) with ESMTP id l4OEQ1Sv025067; Thu, 24 May 2007 10:26:01 -0400 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1]) by greed.delorie.com (8.13.8/8.13.8) with ESMTP id l4OEQ0Rs020725; Thu, 24 May 2007 10:26:00 -0400 Received: (from dj@localhost) by greed.delorie.com (8.13.8/8.13.8/Submit) id l4OEQ0gA020722; Thu, 24 May 2007 10:26:00 -0400 Date: Thu, 24 May 2007 14:27:00 -0000 Message-Id: <200705241426.l4OEQ0gA020722@greed.delorie.com> From: DJ Delorie To: nickc@redhat.com CC: bonzini@gnu.org, aoliva@redhat.com, binutils@sourceware.org, gdb-patches@sourceware.org In-reply-to: <46555F35.40003@redhat.com> (message from Nick Clifton on Thu, 24 May 2007 10:47:33 +0100) Subject: Re: RFC: Adding a check to the top level configure script for a binary-mounted cygwin-hosted build directory References: <46543BE2.1010209@lu.unisi.ch> <46555F35.40003@redhat.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-05/txt/msg00365.txt.bz2 > I agree, I think it would be very good to have this check available in > the main autoconf sources. Except that it would penalize MinGW and DJGPP since they don't have a "binmode" concept. We've put a lot of work into keeping track of binary vs text files, why give up on it now?