diff options
| author | EricFromCanada | 2017-03-18 17:45:12 -0400 |
|---|---|---|
| committer | EricFromCanada | 2017-03-19 14:03:39 -0400 |
| commit | ab4d1a1574a24339c9f1ea2c8b31bc6a24b22800 (patch) | |
| tree | f31c37a33bc5bf3b6af72545a1344a6041b1d481 /docs/Custom-GCC-and-cross-compilers.md | |
| parent | aa260cb0d9f79d4b64532f7cf84b5e080edf57c8 (diff) | |
| download | brew-ab4d1a1574a24339c9f1ea2c8b31bc6a24b22800.tar.bz2 | |
docs: grammar edits, sentence-case secondary headings
Also changes some heading levels so only one primary
heading appears per page.
Diffstat (limited to 'docs/Custom-GCC-and-cross-compilers.md')
| -rw-r--r-- | docs/Custom-GCC-and-cross-compilers.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Custom-GCC-and-cross-compilers.md b/docs/Custom-GCC-and-cross-compilers.md index 08a8b2b19..628ab739f 100644 --- a/docs/Custom-GCC-and-cross-compilers.md +++ b/docs/Custom-GCC-and-cross-compilers.md @@ -1,10 +1,10 @@ # Custom GCC and Cross Compilers Homebrew depends on having an up-to-date version of Xcode because it comes with -specific versions of build tools e.g. `clang`. +specific versions of build tools, e.g. `clang`. 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 +potential to break lots of compiles so we prefer the Apple- or Homebrew-provided compilers. Cross-compilers based on GCC will typically be "keg-only" and therefore not @@ -16,6 +16,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 provides older GCC formulae e.g. `gcc@4.8` and `gcc@6` +* 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. |
