- Notifications
You must be signed in to change notification settings - Fork0
edmorley/homebrew-macos-cross-toolchains
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
🚀 Help me to become a full-time open-source developer bysponsoring me on GitHub
macOS cross compiler toolchains, supports both Apple Silicon & Intel Macs.
Download precompiled toolchains fromGitHub Release
Or install using Homebrew:
brew tap messense/macos-cross-toolchains# install x86_64-unknown-linux-gnu toolchainbrew install x86_64-unknown-linux-gnu# install aarch64-unknown-linux-gnu toolchainbrew install aarch64-unknown-linux-gnu
Suppose you have installedx86_64-unknown-linux-gnu toolchain and have it onPATH,setup the environment variables as below to use it with Cargo.
export CC_x86_64_unknown_linux_gnu=x86_64-unknown-linux-gnu-gccexport CXX_x86_64_unknown_linux_gnu=x86_64-unknown-linux-gnu-g++export AR_x86_64_unknown_linux_gnu=x86_64-unknown-linux-gnu-arexport CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=x86_64-unknown-linux-gnu-gcc
About
macOS cross compiler toolchains
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- Ruby100.0%