Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

Custom GCC and cross compilers

Sharpie edited this page Mar 9, 2011 · 3 revisions

Homebrew depends on having a relatively recent version of Xcode. This means 3.1.4 on Leopard and 3.2.x on Snow Leopard. Xcode comes with specific versions of GCC and autotools, as well as LLVM.

Installing a custom version of GCC or autotools into the $PATH has the potential to break lots of compiles. So we stick to the Apple-provided compilers. There is an LLVM formula, but Homebrew (no longer) uses LLVM by default for compiles.

For cross-compilers based on GCC, these brews will typically be "keg-only", and not linked into the path by default.

Rather than merging in brews for either of these cases at this time, we're listing them on this wiki page. If you come up with a brew for a new version of GCC or cross-compiler suite, please link it in here.

Clone this wiki locally