Test how cross-compilation works on non-linux native platforms.

svn path=/nixpkgs/branches/stdenv-updates/; revision=19627
This commit is contained in:
Lluís Batlle i Rossell 2010-01-23 00:29:38 +00:00
parent 7ef8d2474b
commit 38c0a2efbd

View File

@ -673,7 +673,7 @@ let
arch = "arm";
float = "soft";
};
nativePlatforms = linux;
nativePlatforms = all;
in {
crossArmLinux = mapTestOnCross crossSystem (rec {
bison = nativePlatforms;