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
+1
View File
@@ -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