Gentoo Archives: gentoo-embedded

From: Joakim Tjernlund <joakim.tjernlund@×××××××××.se>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] How to use EXTRA_ECONF with crossdev
Date: Wed, 14 Dec 2011 17:40:07
Message-Id: OF24F42124.86C8DE40-ONC1257966.0060E352-C1257966.00610638@transmode.se
In Reply to: [gentoo-embedded] How to use EXTRA_ECONF with crossdev by "René Berber"
1 René Berber <r.berber@××××××××.org> wrote on 2011/12/14 18:22:46:
2 >
3 > Hi,
4 >
5 > I know this works:
6 >
7 > EXTRA_ECONF="--enable-targets=x86_64-w64-mingw32,i686-w64-mingw32"
8 > crossdev -t x86_64-w64-mingw32 ...
9 >
10 > But is there a way to use it for a specific tool? I'd like to use it
11 > only for binutils.
12
13 crossdev --help
14 ....
15 --[bgkl]env env Specify env settings for binutils/gcc/kernel/libc
16
17 So perhaps crossdev -benv EXTRA_ECONF="--enable-targets=x86_64-w64-mingw32,i686-w64-mingw32" ...
18
19 >
20 > BTW the mingw64-runtime available is too old (i.e. version 1.0 snapshot,
21 > when current is version 3.0b from svn, 2.something from releases). I
22 > created my local ebuild for this.
23 >
24 > Also the crossdev ebuild available has the "cxx nocxx" bug, I had to
25 > unmask the 20111118 ebuild.
26
27 Yeah, time to unmask it I think

Replies

Subject Author
[gentoo-embedded] Re: How to use EXTRA_ECONF with crossdev "René Berber" <r.berber@××××××××.org>