From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15901 invoked by alias); 24 Jun 2005 18:56:35 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 15864 invoked by uid 22791); 24 Jun 2005 18:56:32 -0000 Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 24 Jun 2005 18:56:32 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-156-159.inter.net.il [80.230.156.159]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id BQF50741 (AUTH halo1); Fri, 24 Jun 2005 21:56:23 +0300 (IDT) Date: Fri, 24 Jun 2005 18:56:00 -0000 Message-Id: From: Eli Zaretskii To: Andrew STUBBS CC: gdb@sources.redhat.com In-reply-to: (message from Andrew STUBBS on Fri, 24 Jun 2005 15:49:18 +0100) Subject: Re: host_makefile_frag and cross debugging Reply-to: Eli Zaretskii References: <20050624140917.GA16942@nevyn.them.org> <20050624143659.GA18982@nevyn.them.org> X-SW-Source: 2005-06/txt/msg00241.txt.bz2 > Cc: gdb@sources.redhat.com > Date: Fri, 24 Jun 2005 15:49:18 +0100 > From: Andrew STUBBS > > > Autoconf mostly. The xm files are gone; do the test elsewhere. Check > > what CVS does for path separators. Eli fixed these not long ago. > > Ah, I've found it. There's a preprocessor test in defs.h. Way too simple > for any autoconf project surely :-) It didn't seem to me justified to use The Great Guns of Autoconf to make a test whose results are known in advance: we know precisely which platforms use `;' as path separator, and the list of those platforms is not likely to change any time soon.