mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 21:49:34 +03:00
lib.systems.examples: add aarch64-w64-mingw32
This commit is contained in:
parent
205faabfeb
commit
b5bf8e3fc7
1 changed files with 7 additions and 0 deletions
|
@ -325,6 +325,13 @@ rec {
|
||||||
libc = "ucrt"; # This distinguishes the mingw (non posix) toolchain
|
libc = "ucrt"; # This distinguishes the mingw (non posix) toolchain
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# LLVM-based mingw-w64 for ARM
|
||||||
|
ucrtAarch64 = {
|
||||||
|
config = "aarch64-w64-mingw32";
|
||||||
|
libc = "ucrt";
|
||||||
|
useLLVM = true;
|
||||||
|
};
|
||||||
|
|
||||||
# BSDs
|
# BSDs
|
||||||
|
|
||||||
x86_64-freebsd = {
|
x86_64-freebsd = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue