Gentoo Archives: gentoo-embedded

From: Peter Stuge <peter@×××××.se>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] crossdev
Date: Thu, 24 Jun 2010 09:04:29
Message-Id: 20100624081849.14652.qmail@stuge.se
In Reply to: [gentoo-embedded] crossdev by Daniel Stonier
1 Daniel Stonier wrote:
2 > I've got a couple of queries with regards to crossdev.
3 >
4 > 1) What's the correct way to correctly configure ld.so.conf in an
5 > cross-compile?
6 > 2) Is it recommended emerging glibc despite the inevitable file
7 > collisions?
8
9 Anything you cross-compile and maybe "cross-merge" must go into a
10 subdirectory in the, not the root.
11
12 And ld.so in your system can't use any libraries that have been
13 cross-compiled - they will (of course) work only on the target
14 system.
15
16
17 //Peter