From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31084 invoked by alias); 14 Mar 2013 21:12:02 -0000 Received: (qmail 31075 invoked by uid 22791); 14 Mar 2013 21:12:01 -0000 X-SWARE-Spam-Status: No, hits=-10.2 required=5.0 tests=AWL,BAYES_00,KHOP_PGP_SIGNED,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 14 Mar 2013 21:11:54 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 3360533DBA4; Thu, 14 Mar 2013 21:11:54 +0000 (UTC) From: Mike Frysinger To: Joel Brobecker Subject: Re: sim/erc32/Makefile.in patch - was Re: GDB 7.5.91 available for testing Date: Thu, 14 Mar 2013 21:12:00 -0000 User-Agent: KMail/1.13.7 (Linux/3.7.6; KDE/4.6.5; x86_64; ; ) Cc: Joel Sherrill , "gdb@sourceware.org" , Chris Johns References: <20130312231727.GF31629@adacore.com> <5140904A.2040206@oarcorp.com> <20130313181759.GN3162@adacore.com> In-Reply-To: <20130313181759.GN3162@adacore.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart4259992.ciYSHgtzGZ"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201303141714.55981.vapier@gentoo.org> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2013-03/txt/msg00015.txt.bz2 --nextPart4259992.ciYSHgtzGZ Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-length: 915 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. > >=20 > > mkdir b--gdb > > cd b-gdb > > ../gdb-7.5.91/configure --target=3Dsparc-rtems4.11 \ > > --prefix=3D/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 > >=20 > > Should be enough to reproduce it. >=20 > Thanks. Reproduced using configure --target=3Dsparc-elf --enable-sim. >=20 > > 2013-03-13 Joel Sherrill > >=20 > > * Makefile.in: Include build directory in search path to find > > config.h >=20 > 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 -mike --nextPart4259992.ciYSHgtzGZ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. Content-length: 836 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iQIcBAABAgAGBQJRQj3PAAoJEEFjO5/oN/WBtt0QAJKw9AFExy8RR4g6Sr9TB8J3 6n4i4JGWLKSV/gXJAEj2oCc7obzoxV4f9w3bdaU6ABy043NeZQoJUP2k4ViHTMJ1 9PCzij/XaKSYsFTnBlAuy9l4rT/eO3TA15V3uNdDiTNqIgBi+8Y52TFVf06omp+I l1wRiRzyAXfnDSHPsYYEimOX/gRdbE4PMtubk6w3pqStxiWnvVBbTENSrKTyGxt8 d84xPN4P9mLfIEkpLTXrg1pDPmIxKiZ8/vkd9jMosVe0/jR7+S6F1wYRDzlG5zrd bhl17KBBqgbSiG9naf3HEQHGifAuZIM9fpd64Ai+O8oXSzsX8e42wfdejzDOHoU9 7sVjCrGYazVESMH+coUS4+DzfAvnevxnlvO2K1HfjihAVxQL09fFqVqftVUSjguY bn7XH0oclUPN/0RKb7mJzsBAxiAFyrgMob0TOWo45gM2KmR4UmWPidUQCeDd56La vPR17I07D272+Fag2dTtUfJVdlVJMyHD3m0qb0R6+lHyGJrzGuGU/Ggv+TBJA886 LnCT2NQ5JSp9Cg3MylwNUaZHqxVgwcsUGGujUrt78kOvYzb0XhgIGQ0pA2KEi4Hh 9nTDD66Y1JXd29UTYJxRs2dt6n0ciSGzCidpCYmwSmyj3P36+cpnKG4xFrrCo955 r9naWIu1gw59I17gOhM4 =3PH4 -----END PGP SIGNATURE----- --nextPart4259992.ciYSHgtzGZ--