Gentoo Archives: gentoo-embedded

From: Joakim Tjernlund <joakim.tjernlund@×××××××××.se>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] crossdev builds libiberty.a with host arch
Date: Wed, 16 Nov 2011 09:56:26
Message-Id: OFD72D93C6.5DC1CBDA-ONC125794A.0035B21A-C125794A.00368DE4@transmode.se
In Reply to: Re: [gentoo-embedded] crossdev builds libiberty.a with host arch by Mike Frysinger
1 Mike Frysinger <vapier@g.o> wrote on 2011/11/13 19:06:17:
2 >
3 > On Saturday 12 November 2011 18:39:33 Joakim Tjernlund wrote:
4 > > I guess crossdev should run binutils-config automatically?
5 >
6 > nah ... binutils eclass itself should be doing this already in toolchain-
7 > binutils_pkg_postinst
8 >
9 > > BTW, somewhat offtopic but why isn't libtool-2.4.2 unstable yet?
10 >
11 > no real reason. i forgot about it, and since no one has filed bugs about it
12 > breaking them horribly, i'll move it into ~arch now.
13
14 Something else I noted. I remembered I had binutils 2.18 installed too:
15 $ binutils-config -l
16 [1] i686-pc-linux-gnu-2.20.1 *
17
18 [2] powerpc-softfloat-linux-gnu-2.16.1
19 [3] powerpc-softfloat-linux-gnu-2.18 *
20
21 and I can select it but
22
23 CHOST=powerpc-softfloat-linux-gnu \
24 ROOT=/usr/powerpc-softfloat-linux-gnu \
25 binutils-config -l
26
27 Using binutils-config info in /usr/powerpc-softfloat-linux-gnu/
28 [1] powerpc-softfloat-linux-gnu-2.16.1 *
29
30 Only shows 2.16.1
31
32 ...
33
34 CHOST=powerpc-softfloat-linux-gnu binutils-config -l
35 [1] i686-pc-linux-gnu-2.20.1 *
36 [2] powerpc-softfloat-linux-gnu-2.16.1
37 [3] powerpc-softfloat-linux-gnu-2.18 *
38
39 Shows both though(why is i686-pc-linux-gnu-2.20.1?)
40
41 Jocke

Replies

Subject Author
Re: [gentoo-embedded] crossdev builds libiberty.a with host arch Mike Frysinger <vapier@g.o>