From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24233 invoked by alias); 10 Apr 2006 16:58:08 -0000 Received: (qmail 24221 invoked by uid 22791); 10 Apr 2006 16:58:06 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Mon, 10 Apr 2006 16:58:04 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FSziE-0006uB-53 for gdb-patches@sourceware.org; Mon, 10 Apr 2006 12:58:02 -0400 Date: Mon, 10 Apr 2006 16:58:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: Re: [patch] Build arm-elf-gdb on mingw host Message-ID: <20060410165802.GA26458@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org References: <4337317B.3050300@ntlworld.com> <20050926035937.GA24565@nevyn.them.org> <43377D19.7050505@ntlworld.com> <20050926132325.GA1219@nevyn.them.org> <20050926140841.GB17370@trixie.casa.cgf.cx> <20050926141436.GA2527@nevyn.them.org> <20050926142611.GA17967@trixie.casa.cgf.cx> <20060408202135.GA18478@nevyn.them.org> <20060410165125.GA17747@trixie.casa.cgf.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060410165125.GA17747@trixie.casa.cgf.cx> User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00120.txt.bz2 On Mon, Apr 10, 2006 at 12:51:25PM -0400, Christopher Faylor wrote: > >> Ditto. I just checked and I didn't do this in earlier cygwin versions > >> but I did rectify at this at some point this year so that texinfo now > >> should be line-ending agnostic on cygwin. > > > >Hi Chris, > > > >Are you sure? > > That was six months ago. If I had to guess, I'd guess that I wasn't > talking about a cygwin update since the cygwin \r\n handling hasn't > changed in years, AFAIK. I was probably talking about a texinfo. > Texinfo links with the cygwin automode.o file, which means that it > should, by default, accept \r\n input and spit out \n. Right - sorry, I realized you meant a Texinfo package update. As of 4.8-1, a MinGW chew (which produces \r\n) causes texinfo to choke, but a Cygwin chew (which produces \n) does not. -- Daniel Jacobowitz CodeSourcery