From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-commits+bounces-408454-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1RaXgc-0000M1-Qk
	for garchives@archives.gentoo.org; Tue, 13 Dec 2011 19:06:47 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4605721C224;
	Tue, 13 Dec 2011 19:06:38 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 1B05721C24D
	for <gentoo-commits@lists.gentoo.org>; Tue, 13 Dec 2011 19:06:38 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 90A311B401A
	for <gentoo-commits@lists.gentoo.org>; Tue, 13 Dec 2011 19:06:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 081E98004A
	for <gentoo-commits@lists.gentoo.org>; Tue, 13 Dec 2011 19:06:37 +0000 (UTC)
From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" <vapier@gentoo.org>
Message-ID: <223ff5e477c2ac9aace1edd603f35d34d57e2348.vapier@gentoo>
Subject: [gentoo-commits] proj/crossdev:master commit in: /
X-VCS-Repository: proj/crossdev
X-VCS-Files: crossdev
X-VCS-Directories: /
X-VCS-Committer: vapier
X-VCS-Committer-Name: Mike Frysinger
X-VCS-Revision: 223ff5e477c2ac9aace1edd603f35d34d57e2348
Date: Tue, 13 Dec 2011 19:06:37 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: b924fcab-0d9f-4d20-a38a-b7636dc2327d
X-Archives-Hash: e96188d778bdc6f00616db4c73e435e3

commit:     223ff5e477c2ac9aace1edd603f35d34d57e2348
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 13 19:05:48 2011 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue Dec 13 19:05:48 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/crossdev.git;=
a=3Dcommit;h=3D223ff5e4

crossdev: setup DEFAULT_ABI after we are done reading multilib.eclass

Reported-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>

---
 crossdev |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/crossdev b/crossdev
index 2edb91b..721aa35 100755
--- a/crossdev
+++ b/crossdev
@@ -542,7 +542,6 @@ for v in MULTILIB_ABIS UCLIBC_CPU USE BVER GVER KVER =
LVER STAGE CFLAGS LDFLAGS A
 done
=20
 # parse multilib settings until profiles are sane
-DEFAULT_ABI=3D${MULTILIB_ABIS%% *}
 eval $(
 	# clean the env
 	unset ${!CFLAGS_*} ${!CHOST_*} ${!CTARGET_*} ${!LDFLAGS_*} ${!LIBDIR_*}
@@ -584,6 +583,7 @@ eval $(
 		done
 	done
 )
+DEFAULT_ABI=3D${MULTILIB_ABIS%% *}
 if [[ -z ${MULTILIB_USE} ]] ; then
 	if [[ $(set -- ${MULTILIB_ABIS}; echo $#) -eq 1 ]] ; then
 		MULTILIB_USE=3D"no"