From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22580 invoked by alias); 12 Jan 2005 01:26:46 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 22530 invoked from network); 12 Jan 2005 01:26:41 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 12 Jan 2005 01:26:41 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j0C1QfXO001151 for ; Tue, 11 Jan 2005 20:26:41 -0500 Received: from localhost.redhat.com (vpn50-27.rdu.redhat.com [172.16.50.27]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j0C1QZr26447; Tue, 11 Jan 2005 20:26:35 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 66ED17D79; Tue, 11 Jan 2005 20:25:12 -0500 (EST) Message-ID: <41E47C74.3050607@gnu.org> Date: Wed, 12 Jan 2005 01:26:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: Hans-Peter Nilsson Cc: gdb-patches@sources.redhat.com Subject: Re: [commit/sim] switch autoconf 2.59 References: <41DF55E5.7010307@gnu.org> <41E43F98.1010601@gnu.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-01/txt/msg00079.txt.bz2 Hans-Peter Nilsson wrote: > On Tue, 11 Jan 2005, Andrew Cagney wrote: > >>Before commiting this I did a full cross build (using gdb_mbuild.sh). > > > Looks like that only builds gdb. Why do you say that (yes I can read the subject)? It builds the GDB the source tree (which includes the sim) and typically GDB won't link if the sim build fails? Andrew