aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Custom-GCC-and-cross-compilers.md
diff options
context:
space:
mode:
authorMike McQuaid2017-01-02 18:29:00 +0000
committerMike McQuaid2017-01-02 18:29:00 +0000
commit91c09c5b11beb0f9ff9915b6e949f17c3973c9a5 (patch)
tree7f0c58453ba65906769e202f45e64e2c87a9547c /docs/Custom-GCC-and-cross-compilers.md
parent2eed2ba43448e7233f5c9fa40eefb2540da6361e (diff)
downloadbrew-91c09c5b11beb0f9ff9915b6e949f17c3973c9a5.tar.bz2
General documentation updates.
Mostly related to the newer ways we’re handling versions and the incoming deprecation of devel-only, head-only and versions.
Diffstat (limited to 'docs/Custom-GCC-and-cross-compilers.md')
-rw-r--r--docs/Custom-GCC-and-cross-compilers.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/Custom-GCC-and-cross-compilers.md b/docs/Custom-GCC-and-cross-compilers.md
index 1d662c158..43b8dfc01 100644
--- a/docs/Custom-GCC-and-cross-compilers.md
+++ b/docs/Custom-GCC-and-cross-compilers.md
@@ -15,7 +15,6 @@ GCC or cross-compiler suite, please link it in here.
* Homebrew provides a `gcc` formula for use with Xcode 4.2+ or when needing
C++11 support on earlier versions.
-* [Homebrew-versions](https://github.com/homebrew/homebrew-versions) provides an
-up to date GCC duplicates e.g. `brew install homebrew/versions/gcc48`
+* Homebrew provides older GCC formulae e.g. `gcc@4.8` and `gcc@6`
* [RISC-V](https://github.com/riscv/homebrew-riscv) provides the RISC-V
toolchain including binutils and gcc.