[docs] Build instructions for OpenBSD. (#33934)

Swift now builds cleanly out of the box as of OpenBSD 6.8-beta.

While there are still more unit test tweaks to be made, document the
preparation and other quirk flags necessary to get a clean build on this
system.
This commit is contained in:
3405691582
2020-09-15 17:20:13 -04:00
committed by GitHub
parent 41d0e2937b
commit a51db090fb
2 changed files with 91 additions and 0 deletions

View File

@@ -77,6 +77,9 @@ documentation, please create a thread on the Swift forums under the
How to build Swift on Windows using Visual Studio.
- [WindowsCrossCompile.md](/docs/WindowsCrossCompile.md):
How to cross compile Swift for Windows on a non-Windows host OS.
- Building for OpenBSD:
- [OpenBSD.md](/docs/OpenBSD.md):
Overview of specific steps for building on OpenBSD.
- [RunningIncludeWhatYouUse.md](/docs/HowToGuides/RunningIncludeWhatYouUse.md):
Describes how to run [include-what-you-use](https://include-what-you-use.org)
on the Swift project.