From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23558 invoked by alias); 14 Mar 2013 23:38:20 -0000 Received: (qmail 23479 invoked by uid 22791); 14 Mar 2013 23:38:18 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO 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, 14 Mar 2013 23:38:13 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 561061C6072; Thu, 14 Mar 2013 19:38:13 -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 gQHY6JZpxSee; Thu, 14 Mar 2013 19:38:13 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 1ADF11C6051; Thu, 14 Mar 2013 19:38:13 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 41414C38F5; Thu, 14 Mar 2013 16:38:11 -0700 (PDT) Date: Thu, 14 Mar 2013 23:38:00 -0000 From: Joel Brobecker To: Mike Frysinger Cc: Joel Sherrill , Chris Johns , gdb-patches@sourceware.org Subject: Re: sim/erc32/Makefile.in patch - was Re: GDB 7.5.91 available for testing Message-ID: <20130314233811.GC4474@adacore.com> References: <20130312231727.GF31629@adacore.com> <5140904A.2040206@oarcorp.com> <20130313181759.GN3162@adacore.com> <201303141714.55981.vapier@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201303141714.55981.vapier@gentoo.org> User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2013-03/txt/msg00656.txt.bz2 [switching to gdb-patches] On Thu, Mar 14, 2013 at 05:14:54PM -0400, Mike Frysinger wrote: > On Wednesday 13 March 2013 14:17:59 Joel Brobecker wrote: > > > The sim/erc32 will not build outside the source tree. It is > > > missing a -I. to find config.h in the build tree. > > > > > > mkdir b--gdb > > > cd b-gdb > > > ../gdb-7.5.91/configure --target=sparc-rtems4.11 \ > > > --prefix=/home/joel/test-gdb/install/ \ > > > --enable-sim --enable-sim-hardware \ > > > --enable-timebase --enable-sim-trace >c.log 2>&1 && \ > > > make >b.log 2>&1 && \ > > > make install >i.log 2>&1 > > > > > > Should be enough to reproduce it. > > > > Thanks. Reproduced using configure --target=sparc-elf --enable-sim. > > > > > 2013-03-13 Joel Sherrill > > > > > > * Makefile.in: Include build directory in search path to find > > > config.h > > > > After a quick review of the patch, it looks reasonable to me. > > But Mike F is the Global Maintainer, so I'll defer to him. > > OK Thanks, Mike. Patch applied to both HEAD and the 7.6 branch. -- Joel