From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 64419 invoked by alias); 2 Apr 2015 05:35:42 -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 64407 invoked by uid 89); 2 Apr 2015 05:35:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD 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; Thu, 02 Apr 2015 05:35:39 +0000 Received: from vapier (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with SMTP id DA54A34076D; Thu, 2 Apr 2015 05:35:37 +0000 (UTC) Date: Thu, 02 Apr 2015 05:35:00 -0000 From: Mike Frysinger To: Richard Earnshaw Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] sim: update zlib handling Message-ID: <20150402053537.GB9832@vapier> Mail-Followup-To: Richard Earnshaw , gdb-patches@sourceware.org References: <1427864905-10106-1-git-send-email-vapier@gentoo.org> <551BFA44.8080404@foss.arm.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="d01dLTUuW90fS44H" Content-Disposition: inline In-Reply-To: <551BFA44.8080404@foss.arm.com> X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00097.txt.bz2 --d01dLTUuW90fS44H Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 639 On 01 Apr 2015 15:01, Richard Earnshaw wrote: > On 01/04/15 06:08, Mike Frysinger wrote: > > With zlib being mandatory, and the updated m4 configs, we need to regen > > and use the new settings w/bfd to avoid linkage errors. > >=20 > > Committed. >=20 > This seems to cause: >=20 > make[3]: *** No rule to make target `-L../zlib', needed by `run'. Stop. > make[3]: Leaving directory `/work/rearnsha/scratch/gnu/gcc/trunk/sim/arm' > make[2]: *** [all] Error 1 >=20 >=20 > The problem seems to be that ZLIB is used in BFD_LIB, which is used in > LIBDEPS which is a dependency for "run". i think H.J.Lu checked in a patch to fix this -mike --d01dLTUuW90fS44H Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJVHNUpAAoJEEFjO5/oN/WB3uUP/RnvTpQywhlAx1Sn/LHmU5FT tuKsvHSP0SY+ZJV4up+vTZmBywYNwUViB802z1zKGaFaOXWeH8MjYtlRTCRE/1+V VtZp1Gd29ksRHhuj5KHgU+Ak3JgVYa3pvaOOphPx93SHuMngNMvFsbBG+H4P1yQa ylf9GmQ6peFfBLg+5YhF4UTd+QPLwTpg3xp+nFR6za4BTOh/WA6tA/uK3K+3V52a 9M0Ln0ux8EJv3ra0rAgPOgMztoXSLZoPz1TEVIvKSmZ22q88SH/9SgmgypExsr45 cBpH/kBKGns/VHdDPN87hhcb5sd9wZeq/W7BR607QQ7DaIQzulj7FWW2Pc5HsHW5 NzEF1aib3l1rDI/RsCDdQKC9iLDM9OvP/VY3LnCI3/oCfC3oCsOBVOKNGhLA2vfY VfqZPozXrYcjc9DVzEVrKt0mujTBJWrxKKG7JeO//X7Tey2B/5GCCxieOcG6vOw/ GHnSLtWg1ADCaICsBtCfKCc3VUQgdy43Ll4GSHkxxbwgMyTcNkMVcMGqa7kZqF77 HWn1Uy9rgzn0DJ8HUHe3NiPaVNRFzRjdnim9ErA7oRi+y0mCijPeOCmFvEkB3XVC pfuvd7yQjwWvlxPxGg3xMWP00W4B9cFHLE8MUIbC+Zkno0aYjt2PWuTN2o3nVTzg h9Q0rhFaKxqTUuMmMGIR =2lOn -----END PGP SIGNATURE----- --d01dLTUuW90fS44H--