Gentoo Archives: gentoo-embedded

From: Mike Frysinger <vapier@g.o>
To: gentoo-embedded@l.g.o
Cc: Joakim Tjernlund <joakim.tjernlund@×××××××××.se>
Subject: Re: [gentoo-embedded] crossdev builds libiberty.a with host arch
Date: Wed, 16 Nov 2011 15:58:22
Message-Id: 201111161057.58286.vapier@gentoo.org
In Reply to: Re: [gentoo-embedded] crossdev builds libiberty.a with host arch by Joakim Tjernlund
1 On Wednesday 16 November 2011 04:55:52 Joakim Tjernlund wrote:
2 > Mike Frysinger <vapier@g.o> wrote on 2011/11/13 19:06:17:
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
12 > > it 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 these are toolchains in ROOT=/
22
23 [1] is probably: CHOST=i686-pc-linux-gnu CTARGET=i686-pc-linux-gnu
24 [2] and [3] is probably: CHOST=i686-pc-linux-gnu CTARGET=powerpc-softfloat-
25 linux-gnu
26
27 > and I can select it but
28 >
29 > CHOST=powerpc-softfloat-linux-gnu \
30 > ROOT=/usr/powerpc-softfloat-linux-gnu \
31 > binutils-config -l
32 >
33 > Using binutils-config info in /usr/powerpc-softfloat-linux-gnu/
34 > [1] powerpc-softfloat-linux-gnu-2.16.1 *
35 >
36 > Only shows 2.16.1
37
38 these are toolchains in ROOT=/usr/powerpc-softfloat-linux-gnu/
39
40 [1] is probably: CHOST=powerpc-softfloat-linux-gnu CTARGET=powerpc-softfloat-
41 linux-gnu
42 -mike

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-embedded] crossdev builds libiberty.a with host arch Peter Stuge <peter@×××××.se>