From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-mips+bounces-409-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 54CFE138247 for <garchives@archives.gentoo.org>; Sun, 29 Dec 2013 02:12:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C776E0AF1; Sun, 29 Dec 2013 02:12:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD399E0AF1 for <gentoo-mips@lists.gentoo.org>; Sun, 29 Dec 2013 02:12:50 +0000 (UTC) Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id EF02333F771; Sun, 29 Dec 2013 02:12:49 +0000 (UTC) From: Mike Frysinger <vapier@gentoo.org> Organization: wh0rd.org To: gentoo-mips@lists.gentoo.org Subject: Re: [gentoo-mips] On MIPS using the same CHOST for all multilib ABIs Date: Sat, 28 Dec 2013 21:12:53 -0500 User-Agent: KMail/1.13.7 (Linux/3.12.1; KDE/4.6.5; x86_64; ; ) Cc: =?utf-8?q?Micha=C5=82_G=C3=B3rny?= <mgorny@gentoo.org>, mips@gentoo.org, multilib@gentoo.org References: <20131228235839.5bb0305a@gentoo.org> In-Reply-To: <20131228235839.5bb0305a@gentoo.org> Precedence: bulk List-Post: <mailto:gentoo-mips@lists.gentoo.org> List-Help: <mailto:gentoo-mips+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-mips+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-mips+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-mips.gentoo.org> X-BeenThere: gentoo-mips@lists.gentoo.org Reply-to: gentoo-mips@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2293508.l1Mo6lFT0P"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201312282112.54630.vapier@gentoo.org> X-Archives-Salt: fccba1d7-2053-4a65-bbb4-c6c042065aa9 X-Archives-Hash: bd0e3c4ca658f0c1c13e0f64e05d6551 --nextPart2293508.l1Mo6lFT0P Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Saturday 28 December 2013 17:58:39 Micha=C5=82 G=C3=B3rny wrote: > I've noticed today that mips uses the same CHOST value for all three > ABIs it supports: mips isn't the only one > 1. wrapped headers are put in /usr/include/$CHOST, then you're doing it wrong. you cannot assume CHOST uniqueness. > 2. multilib executables are prefixed with $CHOST-. most multilib packages shouldn't be installing more than one binary in the= =20 first place > (1) here is not really a killer feature but I'd rather avoid changing > this at this point. (2) is actually a killer feature, since the eclass > sets CHOST properly and thanks to that AC_CHECK_TOOL and friends can > find multilib *-config progs and stuff without any special hackery. *-config progs are dead. use pkg-config. =2Dmike --nextPart2293508.l1Mo6lFT0P Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iQIcBAABAgAGBQJSv4UmAAoJEEFjO5/oN/WBg+UP/iit+EQcZLf5j5oaDfyF8bgJ OuQ6Yu72lUxjn9li1WUbt8JhIZmbtR7FJbyvjx+MsQkjupClFirR4eja9qwOnhGW gsB1BjsgmV6Kq8nM52YdI4oOEmQh/22rgsTlBvjhzYItfKrn2HrjfNPXmCxT0ydA lxTiiPcQdWSLrxuYdgituf1xzbUeyQWDZ0oZiu3cG5k+vNBWRCG9duFnOWLNG9dk p99P6NFirxwnkajePa7RZT0ygwHjF+Gp1ooxJCkeXZvh3ZlIFkyjM8i3aaV4d0vQ BMr7O8NWefC3LSIuoFTe9TwVxb2smM1xytkvSQ2f1NBvZkkCqVjWmv8pvJKb4TKX lF3ZlnG2a8izGTStS5Dt81EoX5Xs+pSC8E5MMvVWlfJQNXfKWrAdRL0kvcm069Qb uii3JUkCGqB34N3XuadN2mxRjpPudwwY77n7JeoJvYcu0sMoAgf4BEifj0LoVMpY fDOSHZCn0ijqvXtHkLFu6NlZlnYrOcSkj1lStcbNEbtPzETdymD3Dcv5lFEOALZH lE1Y28vCT/XxcR+9uxlVtLX0L+Iaz8f1DuwHMP4Ssd0DJDWPCv8/0m4lWwbdpPdF RXWvA5Xr4+s3TcDEJrW0CCdtL9nUxVGdP61TBiaU1dq1UIeAj3QB6XdxrqwRXNlB WeiS2JWLM50BYhB8l39Q =cjV5 -----END PGP SIGNATURE----- --nextPart2293508.l1Mo6lFT0P--