From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14957 invoked by alias); 24 Feb 2005 20:49:22 -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 14746 invoked from network); 24 Feb 2005 20:49:16 -0000 Received: from unknown (HELO atlrel9.hp.com) (156.153.255.214) by sourceware.org with SMTP; 24 Feb 2005 20:49:16 -0000 Received: from smtp1.fc.hp.com (smtp1.fc.hp.com [15.15.136.127]) by atlrel9.hp.com (Postfix) with ESMTP id 7DCD36251 for ; Thu, 24 Feb 2005 15:49:15 -0500 (EST) Received: from ldl.fc.hp.com (ldl.fc.hp.com [15.11.146.30]) by smtp1.fc.hp.com (Postfix) with ESMTP id 43E5A384F3 for ; Thu, 24 Feb 2005 13:49:15 -0700 (MST) Received: from localhost (localhost [127.0.0.1]) by ldl.fc.hp.com (Postfix) with ESMTP id 1E301134121 for ; Thu, 24 Feb 2005 13:49:15 -0700 (MST) Received: from ldl.fc.hp.com ([127.0.0.1]) by localhost (ldl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25825-01 for ; Thu, 24 Feb 2005 13:49:14 -0700 (MST) Received: by ldl.fc.hp.com (Postfix, from userid 11276) id 2DA79134120; Thu, 24 Feb 2005 13:49:14 -0700 (MST) X-IMAP-Sender: agriffis Date: Thu, 24 Feb 2005 23:54:00 -0000 X-OfflineIMAP-x254399657-6c646c73656e64-494e424f582e4f7574626f78: 1109278154-0490892066283-v4.0.8 From: Aron Griffis To: gdb-patches@sources.redhat.com Subject: Re: [patch repost] AC_ARG_PROGRAM for gdbserver Message-ID: <20050224204444.GB23333@kaf.zko.hp.com> References: <20050222231108.GD3648@kaf.zko.hp.com> <20050224202658.GA11751@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050224202658.GA11751@nevyn.them.org> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-02/txt/msg00254.txt.bz2 Daniel Jacobowitz wrote: [Thu Feb 24 2005, 03:26:58PM EST] > On Tue, Feb 22, 2005 at 06:11:08PM -0500, Aron Griffis wrote: > > I've provided two patches, one against HEAD and the other against 6.3 > > (uses configure.in instead of configure.ac) which should probably also > > be fixed since it's likely people would want to use > > program_transform_name as new versions are released. > > I don't quite follow the logic of your last statement. Since there are > no planned releases from the 6.3 branch, I'm not going to apply it > there. No problem, my suggestion just reflects my unfamiliarity with the gdb release process and schedule. Locally I've been building gdb-6.3 with --program-suffix=-6.3 so that I could have more than one version installed. But gdbserver installs as /usr/bin/gdbserver instead of /usr/bin/gdbserver-6.3; I'll just apply the patch locally to work around the problem. > Otherwise, the patch is obviously correct and I've applied it to HEAD. > I needed some unrelated changes in order to regenerate configure from > configure.ac correctly. Great, thanks. Regards, Aron