From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10773 invoked by alias); 13 Sep 2007 18:41:08 -0000 Received: (qmail 10765 invoked by uid 22791); 13 Sep 2007 18:41:07 -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, 13 Sep 2007 18:40:59 +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 l8DIeuX7006709 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 13 Sep 2007 14:40:56 -0400 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [10.11.254.111]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l8DIeu7Y028120; Thu, 13 Sep 2007 14:40:56 -0400 Received: from greed.delorie.com (vpn-14-81.rdu.redhat.com [10.11.14.81]) by post-office.corp.redhat.com (8.13.8/8.13.8) with ESMTP id l8DIetXl001621; Thu, 13 Sep 2007 14:40:55 -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 l8DIetnR019394; Thu, 13 Sep 2007 14:40:55 -0400 Received: (from dj@localhost) by greed.delorie.com (8.13.8/8.13.8/Submit) id l8DIetbn019391; Thu, 13 Sep 2007 14:40:55 -0400 Date: Thu, 13 Sep 2007 18:47:00 -0000 Message-Id: <200709131840.l8DIetbn019391@greed.delorie.com> From: DJ Delorie To: brobecker@adacore.com CC: gdb@sourceware.org In-reply-to: <20070913182842.GA3813@adacore.com> (message from Joel Brobecker on Thu, 13 Sep 2007 11:28:42 -0700) Subject: Re: cross-compile GDB ? References: <20070913182842.GA3813@adacore.com> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-09/txt/msg00126.txt.bz2 The thing with libiberty can be solved by adding a lynxos-specific clause in libiberty's configury that tells it which library functions lynxos has, much like we already have for newlib, cygwin, and djgpp.