Telling hydra to build the cross-mingw32
svn path=/nixpkgs/trunk/; revision=21632
This commit is contained in:
parent
24c157910c
commit
c65304ff49
1 changed files with 15 additions and 0 deletions
|
@ -121,4 +121,19 @@ let
|
|||
};
|
||||
in {
|
||||
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…
Reference in a new issue