summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-02-18 21:10:53 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-02-18 21:10:53 +0000
commit50e309f022e45ec2aa62be983152fc540a5aeadb (patch)
tree0bb9c0c4b0e3f834f583303bd2ca31dbd26cb94c /pkgs
parent85a35352bbfe448b69d52dbad9278dd85593b14c (diff)
downloadnixpkgs-50e309f022e45ec2aa62be983152fc540a5aeadb.tar
nixpkgs-50e309f022e45ec2aa62be983152fc540a5aeadb.tar.gz
nixpkgs-50e309f022e45ec2aa62be983152fc540a5aeadb.tar.bz2
nixpkgs-50e309f022e45ec2aa62be983152fc540a5aeadb.tar.lz
nixpkgs-50e309f022e45ec2aa62be983152fc540a5aeadb.tar.xz
nixpkgs-50e309f022e45ec2aa62be983152fc540a5aeadb.tar.zst
nixpkgs-50e309f022e45ec2aa62be983152fc540a5aeadb.zip
linux: Removing some assertions on armv5tel no more valid when cross-building.
svn path=/nixpkgs/trunk/; revision=20119
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/kernel/generic.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/generic.nix b/pkgs/os-specific/linux/kernel/generic.nix
index 9a459136dc6..ff6099e7457 100644
--- a/pkgs/os-specific/linux/kernel/generic.nix
+++ b/pkgs/os-specific/linux/kernel/generic.nix
@@ -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