From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25841 invoked by alias); 28 Aug 2003 20:28:12 -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 25829 invoked from network); 28 Aug 2003 20:28:11 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 28 Aug 2003 20:28:11 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h7SKSBl01801 for ; Thu, 28 Aug 2003 16:28:11 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h7SKSAs25386; Thu, 28 Aug 2003 16:28:10 -0400 Received: from localhost.localdomain (vpn50-21.rdu.redhat.com [172.16.50.21]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id h7SKSANo027545; Thu, 28 Aug 2003 16:28:10 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h7SKS4n32731; Thu, 28 Aug 2003 13:28:04 -0700 Date: Thu, 28 Aug 2003 20:28:00 -0000 From: Kevin Buettner Message-Id: <1030828202804.ZM32730@localhost.localdomain> In-Reply-To: l s corcoran "powerpc-motorola-psos target cross-compiling" (Aug 28, 6:49am) References: <3F4DDE36.4080700@restarea.ncsc.mil> To: l s corcoran , gdb@sources.redhat.com Subject: Re: powerpc-motorola-psos target cross-compiling MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-08/txt/msg00319.txt.bz2 On Aug 28, 6:49am, l s corcoran wrote: > Is there any support for a cross-compile with target > powerpc-motorola-psos available? Not that I'm aware of. Perhaps specifying powerpc-eabi would work? (Actually, I'm doubtful, but it's worth a try -- you would need a suitable stub on the target, of course.) > If not, could you point me to > information detailing what's involved in creating the support? http://sources.redhat.com/gdb/current/onlinedocs/gdbint_toc.html Kevin