lib.systems: handle mips family properly

This commit is contained in:
oxalica
2019-11-03 22:10:06 +08:00
parent ea25d6bddc
commit 955d032b47
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -327,6 +327,7 @@ rec {
}
];
};
gnuabi64 = { abi = "64"; };
musleabi = { float = "soft"; };
musleabihf = { float = "hard"; };