mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
pkgs/top-level/stage.nix: add pkgsLLVMLibc
This commit is contained in:
parent
f72b341556
commit
41b14024d2
6 changed files with 24 additions and 0 deletions
|
@ -416,6 +416,9 @@ rec {
|
|||
uclibceabihf = { float = "hard"; };
|
||||
uclibc = {};
|
||||
|
||||
# LLVM libc
|
||||
llvm = {};
|
||||
|
||||
unknown = {};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue