From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5284 invoked by alias); 24 Jun 2005 14:52:15 -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 5264 invoked by uid 22791); 24 Jun 2005 14:52:10 -0000 Received: from lon-del-02.spheriq.net (HELO lon-del-02.spheriq.net) (195.46.50.98) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 24 Jun 2005 14:52:10 +0000 Received: from lon-out-03.spheriq.net ([195.46.50.131]) by lon-del-02.spheriq.net with ESMTP id j5OEpsqo003428 for ; Fri, 24 Jun 2005 14:51:54 GMT Received: from lon-cus-01.spheriq.net (lon-cus-01.spheriq.net [195.46.50.37]) by lon-out-03.spheriq.net with ESMTP id j5OEpMPa031897 for ; Fri, 24 Jun 2005 14:51:28 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by lon-cus-01.spheriq.net with ESMTP id j5OEphCo003388 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Fri, 24 Jun 2005 14:51:44 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 1AC95DA49; Fri, 24 Jun 2005 14:51:43 +0000 (GMT) Received: by zeta.dmz-eu.st.com (STMicroelectronics, from userid 60012) id 47022474A7; Fri, 24 Jun 2005 14:52:58 +0000 (GMT) Received: from zeta.dmz-eu.st.com (localhost [127.0.0.1]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id DE1DB759AE; Fri, 24 Jun 2005 14:52:57 +0000 (UTC) Received: from mail1.bri.st.com (mail1.bri.st.com [164.129.8.218]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id E0703475FD; Fri, 24 Jun 2005 14:52:55 +0000 (GMT) Received: from terrorhawk.bri.st.com (terrorhawk.bri.st.com [164.129.15.13]) by mail1.bri.st.com (MOS 3.4.4-GR) with ESMTP id BMJ01658 (AUTH "andrew stubbs"); Fri, 24 Jun 2005 15:51:02 +0100 (BST) To: "Daniel Jacobowitz" Cc: gdb@sources.redhat.com Subject: Re: host_makefile_frag and cross debugging References: <20050624140917.GA16942@nevyn.them.org> <20050624143659.GA18982@nevyn.them.org> Message-ID: Date: Fri, 24 Jun 2005 14:52:00 -0000 From: Andrew STUBBS Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In-Reply-To: <20050624143659.GA18982@nevyn.them.org> User-Agent: Opera M2/8.01 (Win32, build 7642) X-O-General-Status: No X-O-Spam1-Status: Not Scanned X-O-Spam2-Status: Not Scanned X-O-URL-Status: Not Scanned X-O-Virus1-Status: No X-O-Virus2-Status: Not Scanned X-O-Virus3-Status: No X-O-Virus4-Status: No X-O-Virus5-Status: Not Scanned X-O-Image-Status: Not Scanned X-O-Attach-Status: Not Scanned X-SpheriQ-Ver: 2.2.1 X-SW-Source: 2005-06/txt/msg00235.txt.bz2 On Fri, 24 Jun 2005 15:36:59 +0100, Daniel Jacobowitz wrote: >> So what's the official way of making host configurations these days >> then? > > 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 :-) That probably explains why I can't find any 'machanism' to do it! Thanks a lot. Andrew Stubbs4