From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 102188 invoked by alias); 21 Jun 2015 18:48:29 -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 102179 invoked by uid 89); 21 Jun 2015 18:48:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: smtp.gentoo.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sun, 21 Jun 2015 18:48:28 +0000 Received: from vapier (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with SMTP id 6DD95340A51; Sun, 21 Jun 2015 18:48:26 +0000 (UTC) Date: Sun, 21 Jun 2015 18:48:00 -0000 From: Mike Frysinger To: Doug Evans Cc: gdb-patches@sourceware.org Subject: Re: [PATCH]: sim: prototype of --enable-targets support Message-ID: <20150621184826.GC17734@vapier> Mail-Followup-To: Doug Evans , gdb-patches@sourceware.org References: <047d7bd7600cf629310518cfd8de@google.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="GZVR6ND4mMseVXL/" Content-Disposition: inline In-Reply-To: <047d7bd7600cf629310518cfd8de@google.com> X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00425.txt.bz2 --GZVR6ND4mMseVXL/ Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-length: 427 On 18 Jun 2015 19:31, Doug Evans wrote: > And is it worth it without the hard part which is linking > all the sims into gdb? yes, if we can build all the sims, then that alone makes it worth it. we need to make sure we don't break gdb linking/running though. the other bits i think we'd want sorted out first: - does `make check` for all of them ? - what should `make install` do ? atm they all install as `run` ... -mike --GZVR6ND4mMseVXL/ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJVhwb6AAoJEEFjO5/oN/WBOrQP/1SouaRz8gmd5W3chilHMMRn hafB7d3c4MPU05RIa1DLb2cLRBjGUCTEQ/flWfGlkOvVB+MKYRYjpZEs1lYbWlmh lF4x9CmJk0IWtL1fcjrcprmaXSA3iMKZlkc8rU3SL12XxAjAu5ajjGWCFJX0MDRg tvqV/4ry/A8CBwCWnuYHb5mNGTSmzmXDrCfyQtoDK09YnJYIxBdArGHwiDMB3lRq Axpo+22qTI6/XMH/vI2YNYjA/sBNeeSFh+88voazTxOag+oJViFKWepvIAR1aB3Y 2OVHlCLyoNQHDufoP/VCAfhS02xoaA+Sf0KAIiX+T6fZx4cBRx6HlrdsJ9zGnbsf MrW6wIUdX0FSL1iBkrNJmU0feaFZ7mwWoxNELW4g0DWlio2VIPM3e1I8jQCmArXj kryjCoKgvYJl3MWiAO6CmInNfcyAtv6ikEtuzWa73X3e9GXT3wfESb7IOZISDfwM S0WFZb286JhsugSgba/A2kPsA1de9B3vLTkfwKuBfbaOjjx3FU9pHTUnye2XCMz+ Om3xil0W8bCr5KGie7Y3WQk0GrjfrTqu8uiETfEpqZTvbG4MeiOm4/F2Fty082P+ ZiZtIe8PJsCFKHKsWwAbC1JqmXmfk8v0C7T7sUvfNJu24WQYuFVvMwsdkJmcUYZ6 BTlX0avxAh30DeZlyObx =QMYr -----END PGP SIGNATURE----- --GZVR6ND4mMseVXL/--