forked from mirrors/nixpkgs
lib: Whitelist two ABIs used on Arm
This commit is contained in:
parent
78bb5f5f37
commit
23cc0c4420
|
@ -89,6 +89,8 @@ rec {
|
|||
msvc = {};
|
||||
eabi = {};
|
||||
androideabi = {};
|
||||
gnueabi = {};
|
||||
gnueabihf = {};
|
||||
unknown = {};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue