Gentoo Archives: gentoo-embedded

From: "René Berber" <r.berber@××××××××.org>
To: gentoo-embedded@l.g.o
Subject: [gentoo-embedded] How to use EXTRA_ECONF with crossdev
Date: Wed, 14 Dec 2011 17:23:47
Message-Id: jcam1c$b2j$1@dough.gmane.org
1 Hi,
2
3 I know this works:
4
5 EXTRA_ECONF="--enable-targets=x86_64-w64-mingw32,i686-w64-mingw32"
6 crossdev -t x86_64-w64-mingw32 ...
7
8 But is there a way to use it for a specific tool? I'd like to use it
9 only for binutils.
10
11 BTW the mingw64-runtime available is too old (i.e. version 1.0 snapshot,
12 when current is version 3.0b from svn, 2.something from releases). I
13 created my local ebuild for this.
14
15 Also the crossdev ebuild available has the "cxx nocxx" bug, I had to
16 unmask the 20111118 ebuild.
17 --
18 René Berber

Replies

Subject Author
Re: [gentoo-embedded] How to use EXTRA_ECONF with crossdev Joakim Tjernlund <joakim.tjernlund@×××××××××.se>
Re: [gentoo-embedded] How to use EXTRA_ECONF with crossdev Peter Volkov <pva@g.o>