Skip to content

Commit

Permalink
Merge pull request #49567 from obsidiansystems/arm-auto-detect
Browse files Browse the repository at this point in the history
lib.systems.platforms: Add more ARM autodetection
  • Loading branch information
Ericson2314 committed Nov 1, 2018
2 parents 4878526 + aa964c8 commit 4c48da2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/systems/platforms.nix
Expand Up @@ -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;
Expand Down

0 comments on commit 4c48da2

Please sign in to comment.