Add armv7l support.
svn path=/nixpkgs/trunk/; revision=33798
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# rely on ARM backward compatibility to build armv7l binaries with the
|
||||
# bootstrap tools of armv5tel.
|
||||
import ../armv5tel
|
||||
@@ -16,6 +16,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 == "armv7l-linux" then import ./bootstrap/armv5tel
|
||||
else if system == "mips64el-linux" then import ./bootstrap/loongson2f
|
||||
else abort "unsupported platform for the pure Linux stdenv";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user