Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-embedded
René Berber <r.berber@...> wrote on 2011/12/14 18:22:46:
>
> Hi,
>
> I know this works:
>
> EXTRA_ECONF="--enable-targets=x86_64-w64-mingw32,i686-w64-mingw32"
> crossdev -t x86_64-w64-mingw32 ...
>
> But is there a way to use it for a specific tool? I'd like to use it
> only for binutils.
crossdev --help
....
--[bgkl]env env Specify env settings for binutils/gcc/kernel/libc
So perhaps crossdev -benv EXTRA_ECONF="--enable-targets=x86_64-w64-mingw32,i686-w64-mingw32" ...
>
> BTW the mingw64-runtime available is too old (i.e. version 1.0 snapshot,
> when current is version 3.0b from svn, 2.something from releases). I
> created my local ebuild for this.
>
> Also the crossdev ebuild available has the "cxx nocxx" bug, I had to
> unmask the 20111118 ebuild.
Yeah, time to unmask it I think
|
|