Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SergioBenitez/homebrew-osxct
OS X Cross Compilers
https://github.com/SergioBenitez/homebrew-osxct
Last synced: 2 months ago
JSON representation
OS X Cross Compilers
- Host: GitHub
- URL: https://github.com/SergioBenitez/homebrew-osxct
- Owner: SergioBenitez
- Created: 2016-02-06T03:58:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-05T06:17:31.000Z (almost 7 years ago)
- Last Synced: 2024-10-29T15:51:44.086Z (3 months ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 122
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OS X Cross Compiler Homebrew Formulas
This repository contains a growing list of Homebrew formulas for pre-built
crosscompilers meant to run on OS X. Install this tap using the following
command:$ brew tap SergioBenitez/osxct
Then install a given `$toolchain` with:
$ brew install $toolchain
## Available Toolchains
The following is a list of currently available toolchains:
* `x86_64-none-elf`
- Architecture: x86-64, bare metal, unhosted
- Object Type: ELF
- GCC: 5.2.0
- binutils: 2.25.1* `aarch64-none-elf`
- Architecture: ARM AArch64, bare metal, unhosted
- Object Type: ELF
- GCC: 7.2.0
- binutils: 2.29.1
- Also Known As: `aarch64-rpi3-elf`* `x86_64-unknown-linux-gnu`
- Architecture: x86-64
- OS, libc: Linux >= 3.2, GNU
- Object Type: ELF
- GCC: 7.2.0
- binutils: 2.29.1