Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use memalign instead of posix_memalign for Solaris
As pointed out in rust-lang/libc@deb61c8, Solaris 10 does not support posix_memalign. Use memalign for all Solaris versions instead. With this change applied I am able to cross-build rustc for Solaris 10.
- Loading branch information