Telling hydra to build the cross-mingw32
svn path=/nixpkgs/trunk/; revision=21632
This commit is contained in:
parent
24c157910c
commit
c65304ff49
@ -121,4 +121,19 @@ let
|
|||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
crossUltraSparcLinux = mapTestOnCross crossSystem basic;
|
crossUltraSparcLinux = mapTestOnCross crossSystem basic;
|
||||||
|
}) // (
|
||||||
|
|
||||||
|
/* Test some cross builds on mingw32 */
|
||||||
|
let
|
||||||
|
crossSystem = {
|
||||||
|
config = "i686-pc-mingw32";
|
||||||
|
arch = "x86";
|
||||||
|
libc = "msvcrt"; # This distinguishes the mingw (non posix) toolchain
|
||||||
|
platform = {};
|
||||||
|
};
|
||||||
|
in {
|
||||||
|
crossMingw32 = mapTestOnCross crossSystem {
|
||||||
|
wxGTK.hostDrv = nativePlatforms;
|
||||||
|
gccCrossStageFinal = nativePlatforms;
|
||||||
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user