diff options
Diffstat (limited to 'docs/Custom-GCC-and-cross-compilers.md')
| -rw-r--r-- | docs/Custom-GCC-and-cross-compilers.md | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/Custom-GCC-and-cross-compilers.md b/docs/Custom-GCC-and-cross-compilers.md index 628ab739f..edbcd1044 100644 --- a/docs/Custom-GCC-and-cross-compilers.md +++ b/docs/Custom-GCC-and-cross-compilers.md @@ -3,7 +3,7 @@  Homebrew depends on having an up-to-date version of Xcode because it comes with  specific versions of build tools, e.g. `clang`. -Installing a custom version of GCC or `autotools` into the `$PATH` has the +Installing a custom version of GCC or `autotools` into the `PATH` has the  potential to break lots of compiles so we prefer the Apple- or Homebrew-provided  compilers. @@ -18,4 +18,4 @@ GCC or cross-compiler suite, please link it in here.  C++11 support on earlier versions.  * 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. +toolchain including binutils and GCC. | 
