forked from mirrors/nixpkgs
lib.systems.platforms: Add more ARM autodetection
This commit is contained in:
parent
c34f5176f1
commit
aa964c82d3
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue