PureDarwin / darwinbuild

Darwinbuild is a collection of tools that assist compilation of the many projects contained in Darwin, the open source base of Apple's macOS operating system.
https://macosforge.github.io/darwinbuild/
Other
48 stars 13 forks source link

Add a patch for XNU #11

Closed wjk closed 7 years ago

wjk commented 7 years ago

This patch suppresses warnings emitted by the version of clang included in Xcode 9. These warnings prevented XNU from building, as it uses -Werror.

wjk commented 7 years ago

Oddly, GitHub doesn’t seem to want to create a PR for the matching change in PureDarwin-System-Plist right now. You can view the required changes in the add_xnu_patch branch of my fork.