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>2010-08-01 21:22:51 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-08-01 21:22:51 +0000
commit40405d03ac383c8c6e45dec59eaad307d03e4c42 (patch)
tree359bdf7c605c430087b6ce58ad8c851e92669127 /pkgs/stdenv/default.nix
parentda3ba13fb57d4c9415f42906772c180f7ac9486c (diff)
downloadnixpkgs-40405d03ac383c8c6e45dec59eaad307d03e4c42.tar
nixpkgs-40405d03ac383c8c6e45dec59eaad307d03e4c42.tar.gz
nixpkgs-40405d03ac383c8c6e45dec59eaad307d03e4c42.tar.bz2
nixpkgs-40405d03ac383c8c6e45dec59eaad307d03e4c42.tar.lz
nixpkgs-40405d03ac383c8c6e45dec59eaad307d03e4c42.tar.xz
nixpkgs-40405d03ac383c8c6e45dec59eaad307d03e4c42.tar.zst
nixpkgs-40405d03ac383c8c6e45dec59eaad307d03e4c42.zip
Trying to add the fuloong2f for bootstrap-files. It bootstraps fine
(boostrap-files cross-built)

svn path=/nixpkgs/branches/stdenv-updates/; revision=22849
Diffstat (limited to 'pkgs/stdenv/default.nix')
-rw-r--r--pkgs/stdenv/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/stdenv/default.nix b/pkgs/stdenv/default.nix
index 40acb8cfece..037a60da7e6 100644
--- a/pkgs/stdenv/default.nix
+++ b/pkgs/stdenv/default.nix
@@ -55,6 +55,7 @@ rec {
     if stdenvType == "i686-linux" then stdenvLinux else
     if stdenvType == "x86_64-linux" then stdenvLinux else
     if stdenvType == "armv5tel-linux" then stdenvLinux else
+    if stdenvType == "ict_loongson-2_v0.3_fpu_v0.1-linux" then stdenvLinux else
     if stdenvType == "powerpc-linux" then /* stdenvLinux */ stdenvNative else
     if stdenvType == "i686-mingw" then stdenvMinGW else
     if stdenvType == "i686-darwin" then stdenvNix else