summary refs log tree commit diff
path: root/pkgs/stdenv/default.nix
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-07-26 22:47:33 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-07-26 22:47:33 +0000
commitd4aedd92cc37de2cd8d5c5bc7520bfc433383fc2 (patch)
tree298ff00968cbd6706cfcb2ee7f39479780fb10dd /pkgs/stdenv/default.nix
parent4f5e00f6860d2cd63fd6254801479bfe743274aa (diff)
downloadnixpkgs-d4aedd92cc37de2cd8d5c5bc7520bfc433383fc2.tar
nixpkgs-d4aedd92cc37de2cd8d5c5bc7520bfc433383fc2.tar.gz
nixpkgs-d4aedd92cc37de2cd8d5c5bc7520bfc433383fc2.tar.bz2
nixpkgs-d4aedd92cc37de2cd8d5c5bc7520bfc433383fc2.tar.lz
nixpkgs-d4aedd92cc37de2cd8d5c5bc7520bfc433383fc2.tar.xz
nixpkgs-d4aedd92cc37de2cd8d5c5bc7520bfc433383fc2.tar.zst
nixpkgs-d4aedd92cc37de2cd8d5c5bc7520bfc433383fc2.zip
I revert my changes to get nixpkgs working on armv5tel-linux.
I thought I didn't change stdenv, but I did. This will go soon into the stdenv
branch then.
Reverse-merging r16467 through r16465.


svn path=/nixpkgs/trunk/; revision=16468
Diffstat (limited to 'pkgs/stdenv/default.nix')
-rw-r--r--pkgs/stdenv/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/stdenv/default.nix b/pkgs/stdenv/default.nix
index 21ed84e93af..7f44037c701 100644
--- a/pkgs/stdenv/default.nix
+++ b/pkgs/stdenv/default.nix
@@ -54,7 +54,6 @@ rec {
   stdenv =
     if stdenvType == "i686-linux" then stdenvLinux else
     if stdenvType == "x86_64-linux" then stdenvLinux else
-    if stdenvType == "armv5tel-linux" then stdenvNative else
     if stdenvType == "powerpc-linux" then /* stdenvLinux */ stdenvNative else
     if stdenvType == "i686-mingw" then stdenvMinGW else
     if stdenvType == "i686-darwin" then stdenvNix else