Trying to add the fuloong2f for bootstrap-files. It bootstraps fine

(boostrap-files cross-built)

svn path=/nixpkgs/branches/stdenv-updates/; revision=22849
This commit is contained in:
Lluís Batlle i Rossell
2010-08-01 21:22:51 +00:00
parent da3ba13fb5
commit 40405d03ac
11 changed files with 36 additions and 10 deletions

View File

@@ -14,6 +14,7 @@ rec {
else if system == "x86_64-linux" then import ./bootstrap/x86_64
else if system == "powerpc-linux" then import ./bootstrap/powerpc
else if system == "armv5tel-linux" then import ./bootstrap/armv5tel
else if system == "ict_loongson-2_v0.3_fpu_v0.1-linux" then import ./bootstrap/loongson2f
else abort "unsupported platform for the pure Linux stdenv";