release-cross: Add `crossGNU' job.
svn path=/nixpkgs/trunk/; revision=21753
This commit is contained in:
parent
7e08174782
commit
e4b15a9cee
@ -136,4 +136,21 @@ in {
|
|||||||
windows.wxMSW.hostDrv = nativePlatforms;
|
windows.wxMSW.hostDrv = nativePlatforms;
|
||||||
gccCrossStageFinal = nativePlatforms;
|
gccCrossStageFinal = nativePlatforms;
|
||||||
};
|
};
|
||||||
|
}) // (
|
||||||
|
|
||||||
|
/* GNU aka. GNU/Hurd. */
|
||||||
|
let
|
||||||
|
crossSystem = {
|
||||||
|
config = "i586-pc-gnu";
|
||||||
|
bigEndian = false;
|
||||||
|
arch = "i586";
|
||||||
|
float = "hard";
|
||||||
|
withTLS = true;
|
||||||
|
platform = pkgs.platforms.pc;
|
||||||
|
libc = "glibc";
|
||||||
|
};
|
||||||
|
in {
|
||||||
|
crossGNU = mapTestOnCross crossSystem {
|
||||||
|
gccCrossStageFinal = nativePlatforms;
|
||||||
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user