First movement to get the raspberrypi stdenv building.

This commit is contained in:
root
2012-12-26 21:59:54 +00:00
committed by Lluís Batlle i Rossell
parent 1af2ada7d4
commit 1b29d29c76
7 changed files with 131 additions and 8 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 == "armv6l-linux" then stdenvLinux else
if stdenvType == "armv7l-linux" then stdenvLinux else
if stdenvType == "mips64el-linux" then stdenvLinux else
if stdenvType == "powerpc-linux" then /* stdenvLinux */ stdenvNative else