Commit Graph
4 Commits
Author SHA1 Message Date
3405691582 b936799bca OpenBSD support. (#291)
On this platform, the TIOCGWINSZ ioctl identifier is a complex macro.
Since we don't have a C bridging header obviously available to get the
flattened value, supply is the flattened value obtained elsewhere. This
is of course brittle but this is the simplest way around this for now.

Additionally, ensure we support the platform architecture name, where
the x86_64 architecture is called amd64 instead.
2021-03-29 12:46:26 -05:00
Robert Widmann b1380e7ec1 Update CMake to Support AS Hosts (#280) 2021-03-04 12:01:37 -08:00
Max Desiatov 4273ad222e Add support for Apple Silicon in SwiftSupport.cmake (#257)
This matches the behavior of [a similar `elseif` branch in the Swift toolchain itself](https://github.com/apple/swift/blob/b80e4bf8f866be26a4108bd92f97b2a182662642/CMakeLists.txt#L594).
2020-12-10 16:02:33 -06:00
Saleem Abdulrasool f18ce1a545 build: add support for installation (#150)
This extends the CMake build to install the artifacts.  This is required
for redistribution of the build.
2020-05-16 12:41:05 -05:00