summary refs log tree commit diff
path: root/pkgs/stdenv/default.nix
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-02-05 00:47:23 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2017-01-25 00:01:51 +0200
commit7c8a060c09799eb2ee70c00aa695ff08e5f07c6f (patch)
treed346e6bc9c7b2bf20d8c2240a66a2ff91fdaedfc /pkgs/stdenv/default.nix
parent41fd1ed90346a3d7f6b067301ac9e147ef4dcd5e (diff)
downloadnixpkgs-7c8a060c09799eb2ee70c00aa695ff08e5f07c6f.tar
nixpkgs-7c8a060c09799eb2ee70c00aa695ff08e5f07c6f.tar.gz
nixpkgs-7c8a060c09799eb2ee70c00aa695ff08e5f07c6f.tar.bz2
nixpkgs-7c8a060c09799eb2ee70c00aa695ff08e5f07c6f.tar.lz
nixpkgs-7c8a060c09799eb2ee70c00aa695ff08e5f07c6f.tar.xz
nixpkgs-7c8a060c09799eb2ee70c00aa695ff08e5f07c6f.tar.zst
nixpkgs-7c8a060c09799eb2ee70c00aa695ff08e5f07c6f.zip
stdenv: Bringup aarch64 architecture support
Diffstat (limited to 'pkgs/stdenv/default.nix')
-rw-r--r--pkgs/stdenv/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/stdenv/default.nix b/pkgs/stdenv/default.nix
index 78dbde13b89..098caca0d89 100644
--- a/pkgs/stdenv/default.nix
+++ b/pkgs/stdenv/default.nix
@@ -44,6 +44,7 @@ in
     "armv5tel-linux" = stagesLinux;
     "armv6l-linux" = stagesLinux;
     "armv7l-linux" = stagesLinux;
+    "aarch64-linux" = stagesLinux;
     "mips64el-linux" = stagesLinux;
     "powerpc-linux" = /* stagesLinux */ stagesNative;
     "x86_64-darwin" = stagesDarwin;