lib.systems: handle mips family properly

This commit is contained in:
oxalica
2019-11-03 13:17:33 +08:00
parent ea25d6bddc
commit 955d032b47
2 changed files with 6 additions and 0 deletions

View File

@@ -327,6 +327,7 @@ rec {
}
];
};
gnuabi64 = { abi = "64"; };
musleabi = { float = "soft"; };
musleabihf = { float = "hard"; };