Gentoo Archives: gentoo-embedded

From: Mike Frysinger <vapier@g.o>
To: gentoo-embedded@l.g.o
Cc: Ryan Baldwin <ryan.baldwin@××××××××××.com>
Subject: Re: [gentoo-embedded] Problem cross compiling modular X
Date: Thu, 06 Jul 2006 19:25:48
Message-Id: 200607061521.01580.vapier@gentoo.org
In Reply to: RE: [gentoo-embedded] Problem cross compiling modular X by Ryan Baldwin
1 On Thursday 06 July 2006 10:37, Ryan Baldwin wrote:
2 > This appears to indicate though that cross compiling Xorg is not really
3 > supported under gentoo?
4
5 that all depends on whether you setup your build environment properly
6
7 in an ideal world:
8 - only RDEPEND stuff goes into /tmp/target/
9 - only DEPEND stuff goes into /usr/$CTARGET/
10
11 so to address the issue, you could do:
12 ROOT=/usr/$CTARGET/ emerge <X header packages>
13 ROOT=/tmp/target/ emerge <X server/etc...>
14 -mike