* Bootstrap tools for the pure stdenv-linux on powerpc-linux.

svn path=/nixpkgs/trunk/; revision=6860
This commit is contained in:
Eelco Dolstra
2006-10-26 20:07:49 +00:00
parent 45bf677dcc
commit 43fb5626d6
7 changed files with 28 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ rec {
bootstrapTools =
if system == "i686-linux" then import ./bootstrap/i686
else if system == "x86_64-linux" then import ./bootstrap/x86_64
else if system == "powerpc-linux" then import ./bootstrap/powerpc
else abort "unsupported platform for the pure Linux stdenv";