mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
lib.systems.inspect.patterns: init isAbiElfv1
This commit is contained in:
@@ -64,6 +64,11 @@ rec {
|
||||
bits = 64;
|
||||
};
|
||||
};
|
||||
isAbiElfv1 = {
|
||||
abi = {
|
||||
abi = "elfv1";
|
||||
};
|
||||
};
|
||||
# This ABI is the default in NixOS PowerPC64 BE, but not on mainline GCC,
|
||||
# so it sometimes causes issues in certain packages that makes the wrong
|
||||
# assumption on the used ABI.
|
||||
|
||||
Reference in New Issue
Block a user