From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2953 invoked by alias); 9 Jun 2011 14:26:34 -0000 Received: (qmail 2945 invoked by uid 22791); 9 Jun 2011 14:26:34 -0000 X-SWARE-Spam-Status: No, hits=-2.0 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; Thu, 09 Jun 2011 14:26:21 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 790552BB1CE; Thu, 9 Jun 2011 10:26:20 -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 4GMDmX8cmwOd; Thu, 9 Jun 2011 10:26:20 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 4AB302BB0F8; Thu, 9 Jun 2011 10:26:20 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id D3940145615; Thu, 9 Jun 2011 07:26:17 -0700 (PDT) Date: Thu, 09 Jun 2011 14:26:00 -0000 From: Joel Brobecker To: Mike Frysinger Cc: gdb-patches@sourceware.org, toolchain-devel@blackfin.uclinux.org Subject: Re: [PATCH] gdb: sim: automatically pass down sysroot Message-ID: <20110609142617.GG12834@adacore.com> References: <1306440200-25087-1-git-send-email-vapier@gentoo.org> <20110608164939.GA14178@adacore.com> <201106090107.44953.vapier@gentoo.org> <20110609054742.GE12834@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: 2011-06/txt/msg00134.txt.bz2 > the upside is that the conversion tends to involve throwing out a lot > of code because common/ takes care of it for you. the downside is > that it isnt trivial, and i unfortunately have no interest in > converting other sims. Thanks. I would probably have taken care of erc32 and ppc, as I have some ways of testing them (I have the compilers). But if it isn't mechanical, I have more pressing work to do as well... -- Joel