Gentoo Archives: gentoo-embedded

From: Peter Stuge <peter@×××××.se>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] crossdev builds libiberty.a with host arch
Date: Wed, 16 Nov 2011 17:54:32
Message-Id: 20111116175402.25735.qmail@stuge.se
In Reply to: Re: [gentoo-embedded] crossdev builds libiberty.a with host arch by Mike Frysinger
1 Mike Frysinger wrote:
2 > > $ binutils-config -l
3 > > [1] i686-pc-linux-gnu-2.20.1 *
4 > >
5 > > [2] powerpc-softfloat-linux-gnu-2.16.1
6 > > [3] powerpc-softfloat-linux-gnu-2.18 *
7 >
8 > these are toolchains in ROOT=/
9 >
10 > [1] is probably: CHOST=i686-pc-linux-gnu CTARGET=i686-pc-linux-gnu
11 > [2] and [3] is probably: CHOST=i686-pc-linux-gnu CTARGET=powerpc-softfloat-
12 > linux-gnu
13 >
14 > > CHOST=powerpc-softfloat-linux-gnu \
15 > > ROOT=/usr/powerpc-softfloat-linux-gnu \
16 > > binutils-config -l
17 > >
18 > > Using binutils-config info in /usr/powerpc-softfloat-linux-gnu/
19 > > [1] powerpc-softfloat-linux-gnu-2.16.1 *
20 >
21 > these are toolchains in ROOT=/usr/powerpc-softfloat-linux-gnu/
22 >
23 > [1] is probably: CHOST=powerpc-softfloat-linux-gnu CTARGET=powerpc-softfloat-
24 > linux-gnu
25
26 Does anyone have ideas for how to visualize this nicely? The tuples
27 are kinda long and will not really fit on every line.. :\
28
29
30 //Peter