From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 196DD1386EF for ; Sun, 27 Jan 2013 22:47:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBC2421C122; Sun, 27 Jan 2013 22:45: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 C379921C116 for ; Sun, 27 Jan 2013 22:45:45 +0000 (UTC) Received: from pomiocik.lan (159-205-85-177.adsl.inetia.pl [159.205.85.177]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id B4E5B33DB42; Sun, 27 Jan 2013 22:45:32 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: amd64@gentoo.org, releng@gentoo.org, aballier@gentoo.org, x11@gentoo.org Subject: Re: [gentoo-dev] [PATCH 2/5] Use explicit abi_* flags to select multilib targets. Date: Sun, 27 Jan 2013 23:46:06 +0100 Message-Id: <1359326768-4342-1-git-send-email-mgorny@gentoo.org> X-Mailer: git-send-email 1.8.1.1 In-Reply-To: <20130127093413.6919d22b@gentoo.org> References: <20130127093413.6919d22b@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: c82b1139-6529-495a-8e17-71614d6d08c1 X-Archives-Hash: 5732efa7883a53dd19ea79091d17b226 Alexis, Following your remark, I have redesigned the loop to use MULTILIB_ABIS list to order the ABIs. This should ensure the most valid replacement order. Additionally, I have added an assertion to ensure that DEFAULT_ABI comes last in MULTILIB_ABIS list.