linux: Removing some assertions on armv5tel no more valid when cross-building.

svn path=/nixpkgs/trunk/; revision=20119
This commit is contained in:
Lluís Batlle i Rossell 2010-02-18 21:10:53 +00:00
parent 85a35352bb
commit 50e309f022

@ -47,8 +47,6 @@ assert stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux"
|| stdenv.system == "armv5tel-linux";
assert platform.name == "sheevaplug" -> platform.uboot != null;
assert (platform.name == "sheevaplug" || platform.name == "versatileARM") ->
stdenv.system == "armv5tel-linux";
let