Gentoo Archives: gentoo-dev

From: Alexis Ballier <aballier@g.o>
To: gentoo-dev@l.g.o
Cc: tetromino@g.o, multilib@g.o, "Mike Frysinger (vapier)" <vapier@g.o>, toolchain@g.o, embedded@g.o
Subject: Re: [gentoo-dev] crossdev and multilib interference
Date: Wed, 12 Mar 2014 18:56:40
Message-Id: 20140312195625.06adfaeb@gentoo.org
In Reply to: Re: [gentoo-dev] crossdev and multilib interference by Alexandre Rostovtsev
1 On Wed, 12 Mar 2014 12:06:32 -0400
2 Alexandre Rostovtsev <tetromino@g.o> wrote:
3
4 > Two possibilities:
5 > 1. Don't allow crossdev to handle targets which are natively handled
6 > by multilib profiles. For example, is there any legitimate reason for
7 > wanting crossdev's i686 wrappers when on a multilib amd64 profile?
8
9 yes, serving as a distcc server for x86 hosts or using 'cross emerge'
10 to build a x86 root from scratch
11
12 > 2. Have crossdev install its wrappers in a prefix, for example
13 > in /usr/libexec/crossdev, which gets added to PATH by cross-emerge.
14
15 lgtm