From aa964c82d330abd8dd19804307793eee2e91eb47 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Thu, 6 Sep 2018 14:28:44 -0400 Subject: lib.systems.platforms: Add more ARM autodetection --- lib/systems/platforms.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/systems/platforms.nix b/lib/systems/platforms.nix index 56783d99e3d4..1ed072e94645 100644 --- a/lib/systems/platforms.nix +++ b/lib/systems/platforms.nix @@ -471,6 +471,7 @@ rec { "x86_64-linux" = pc64; "armv5tel-linux" = sheevaplug; "armv6l-linux" = raspberrypi; + "armv7a-linux" = armv7l-hf-multiplatform; "armv7l-linux" = armv7l-hf-multiplatform; "aarch64-linux" = aarch64-multiplatform; "mipsel-linux" = fuloong2f_n32; -- cgit 1.4.1