summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2018-10-31 21:21:14 -0400
committerGitHub <noreply@github.com>2018-10-31 21:21:14 -0400
commit4c48da246f8df79d605aa031cbbfb1e6780c9b98 (patch)
tree3a742deee1552438d7baf3d2917146aed1f22768 /lib
parent48785268890dc5c4e2a6e6535b3309d898142f7e (diff)
parentaa964c82d330abd8dd19804307793eee2e91eb47 (diff)
downloadnixlib-4c48da246f8df79d605aa031cbbfb1e6780c9b98.tar
nixlib-4c48da246f8df79d605aa031cbbfb1e6780c9b98.tar.gz
nixlib-4c48da246f8df79d605aa031cbbfb1e6780c9b98.tar.bz2
nixlib-4c48da246f8df79d605aa031cbbfb1e6780c9b98.tar.lz
nixlib-4c48da246f8df79d605aa031cbbfb1e6780c9b98.tar.xz
nixlib-4c48da246f8df79d605aa031cbbfb1e6780c9b98.tar.zst
nixlib-4c48da246f8df79d605aa031cbbfb1e6780c9b98.zip
Merge pull request #49567 from obsidiansystems/arm-auto-detect
lib.systems.platforms: Add more ARM autodetection
Diffstat (limited to 'lib')
-rw-r--r--lib/systems/platforms.nix1
1 files changed, 1 insertions, 0 deletions
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;