* Enable the pure stdenv-linux for powerpc.

svn path=/nixpkgs/trunk/; revision=6867
This commit is contained in:
Eelco Dolstra 2006-10-26 22:41:46 +00:00
parent 29961dbb85
commit 609710f102

View File

@ -92,6 +92,7 @@ rec {
stdenv =
if stdenvType == "i686-linux" then stdenvLinux else
if stdenvType == "x86_64-linux" then stdenvLinux else
if stdenvType == "powerpc-linux" then stdenvLinux else
if stdenvType == "i686-freebsd" then stdenvFreeBSD else
if stdenvType == "i686-cygwin" then stdenvCygwin else
if stdenvType == "i686-mingw" then stdenvMinGW else