Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: amd64@g.o, releng@g.o, aballier@g.o, x11@g.o
Subject: Re: [gentoo-dev] [PATCH 2/5] Use explicit abi_* flags to select multilib targets.
Date: Sun, 27 Jan 2013 22:47:42
Message-Id: 1359326768-4342-1-git-send-email-mgorny@gentoo.org
In Reply to: Re: [gentoo-dev] [PATCH 2/5] Use explicit abi_* flags to select multilib targets. by Alexis Ballier
1 Alexis,
2
3 Following your remark, I have redesigned the loop to use MULTILIB_ABIS
4 list to order the ABIs. This should ensure the most valid replacement
5 order.
6
7 Additionally, I have added an assertion to ensure that DEFAULT_ABI comes
8 last in MULTILIB_ABIS list.

Replies