Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/materializeinc/homebrew-crosstools
Cross-compiling toolchains for macOS.
https://github.com/materializeinc/homebrew-crosstools
homebrew macos
Last synced: 7 days ago
JSON representation
Cross-compiling toolchains for macOS.
- Host: GitHub
- URL: https://github.com/materializeinc/homebrew-crosstools
- Owner: MaterializeInc
- License: apache-2.0
- Created: 2021-12-13T05:47:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T15:23:09.000Z (3 months ago)
- Last Synced: 2024-08-27T16:58:35.744Z (3 months ago)
- Topics: homebrew, macos
- Language: Ruby
- Homepage:
- Size: 30.3 KB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebrew-crosstools
A collection of bottled cross-compiling toolchains for macOS.
The idea is derived from [SergioBenitez/homebrew-osxct], but the toolchains
here are newer and automatically bottled by CI.## Installation
With [Homebrew] installed, run:
```
brew install MaterializeInc/crosstools/
```## Available toolchains
Target | Binutils | GCC | Kernel | Glibc
------------------------------|----------|---------|----------|-------
[`aarch64-unknown-linux-gnu`] | 2.37 | 11.2.0 | 3.10.108 | 2.26.0
[`x86_64-unknown-linux-gnu`] | 2.37 | 11.2.0 | 2.6.32 | 2.12.1## Contributing
PRs that add additional toolchains are encouraged! Use one of the existing
toolchain files as a guide.[`aarch64-unknown-linux-gnu`]: Formula/aarch64-unknown-linux-gnu.rb
[`x86_64-unknown-linux-gnu`]: Formula/x86_64-unknown-linux-gnu.rb
[Homebrew]: https://brew.sh
[SergioBenitez/homebrew-osxct]: https://github.com/SergioBenitez/homebrew-osxct