nixpkgs/pkgs/os-specific/darwin/apple-source-releases/xnu
Reno Dakota bae30f206d
darwin.xnu: use unwrapped clang for MIGCC
the mig header build requires a 32 bit arch but the wrapped compiler
specifies `-arch 64-bit-arch` on the command line causing compile
failures. This was worked around for aarch64 by patching out the 32 bit
arch but that ignores the comment and the code saying that 32 bit arch
is required and thus will generate the wrong sizes for the structures in
the headers. Using the unwrapped clang mig can pass whatever arch it
desires.
2024-07-10 23:46:47 +00:00
..
default.nix darwin.xnu: use unwrapped clang for MIGCC 2024-07-10 23:46:47 +00:00
headers-10.12-x86_64.txt treewide: fixes to allow x64 darwin to default to sdk 11 2024-07-02 23:30:01 +00:00
headers-11.0-arm64.txt treewide: fixes to allow x64 darwin to default to sdk 11 2024-07-02 23:30:01 +00:00
headers-11.0-x86_64.txt treewide: fixes to allow x64 darwin to default to sdk 11 2024-07-02 23:30:01 +00:00
python3.patch