From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 122110 invoked by alias); 29 Jul 2015 17:04:06 -0000 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 Received: (qmail 122099 invoked by uid 89); 29 Jul 2015 17:04:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 29 Jul 2015 17:04:00 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id B352FC40A4; Wed, 29 Jul 2015 17:03:59 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-41.ams2.redhat.com [10.36.116.41]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t6TH3sfZ014423 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 29 Jul 2015 13:03:57 -0400 Date: Wed, 29 Jul 2015 17:04:00 -0000 From: Jan Kratochvil To: Gary Benson Cc: gdb-patches@sourceware.org, Pedro Alves , Sandra Loosemore , Paul_Koning@Dell.com, Joel Brobecker Subject: Re: [PATCH 0/5] Change how "target:" gets into filenames Message-ID: <20150729170354.GA6468@host1.jankratochvil.net> References: <1438097772-31480-1-git-send-email-gbenson@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1438097772-31480-1-git-send-email-gbenson@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00879.txt.bz2 On Tue, 28 Jul 2015 17:36:07 +0200, Gary Benson wrote: > I've Cc'd Jan because he's working on making sysroot be a search > path. (defaulting to something like "/", "target:/"). I think you > could do that from this series by treating the auto-target-prefix > boolean as a stepping-stone that could be removed. I have looked at this series that it probably does what it describes. Still I think the patchset of mine is going to replace some part of mostly all of it when build-ids are in use. Jan