From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14169 invoked by alias); 28 May 2010 15:28:04 -0000 Received: (qmail 14159 invoked by uid 22791); 28 May 2010 15:28:03 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 28 May 2010 15:27:58 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 139CF2BAAC1; Fri, 28 May 2010 11:27:57 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id RaGPs7NhcVqs; Fri, 28 May 2010 11:27:57 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id D13212BAAA4; Fri, 28 May 2010 11:27:56 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 16ADEF58FA; Fri, 28 May 2010 08:27:54 -0700 (PDT) Date: Fri, 28 May 2010 16:08:00 -0000 From: Joel Brobecker To: Doug Evans Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 1/2] Add support for --with-gdb-libdir (default: /lib/gdb) Message-ID: <20100528152754.GM3019@adacore.com> References: <1274380803-25266-1-git-send-email-brobecker@adacore.com> <1274380803-25266-2-git-send-email-brobecker@adacore.com> <20100527150026.GA20944@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-05/txt/msg00682.txt.bz2 > For reference sake, > I was thinking that since we had --with-gdb-datadir and > --with-gdb-libdir, do we need -with-gdb-pythondir? :-) :-). I was actually suggesting we drop with --with-gdb-libdir, so I think we still need --with-gdb-pythondir... -- Joel