aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominyk Tiller2016-09-14 17:38:51 +0100
committerDominyk Tiller2016-09-14 17:38:51 +0100
commitc5df95302164c85718d1e2f4511cbb1e3c03b0b6 (patch)
tree519a7fe8c544c3feed96bc6a3535297f76f08beb
parente4f607e4c8a4368a506edfcbbecfe6d24abc7f34 (diff)
downloadbrew-c5df95302164c85718d1e2f4511cbb1e3c03b0b6.tar.bz2
Custom-GCC-and-cross-compilers: wrap to ~80 characters
-rw-r--r--share/doc/homebrew/Custom-GCC-and-cross-compilers.md23
1 files changed, 16 insertions, 7 deletions
diff --git a/share/doc/homebrew/Custom-GCC-and-cross-compilers.md b/share/doc/homebrew/Custom-GCC-and-cross-compilers.md
index 030f6c842..1d662c158 100644
--- a/share/doc/homebrew/Custom-GCC-and-cross-compilers.md
+++ b/share/doc/homebrew/Custom-GCC-and-cross-compilers.md
@@ -1,12 +1,21 @@
# 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`.
+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 potential to break lots of compiles so we prefer the Apple or Homebrew provided compilers.
+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.
-Cross-compilers based on GCC will typically be "keg-only" and therefore not linked into the path by default.
+Cross-compilers based on GCC will typically be "keg-only" and therefore 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 page. If you come up with a formula for a new version of GCC or cross-compiler suite, please link it in here.
+Rather than merging in brews for either of these cases at this time, we're
+listing them on this page. If you come up with a formula for a new version of
+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`
-* [RISC-V](https://github.com/riscv/homebrew-riscv) provides the RISC-V toolchain including binutils and gcc.
+* 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`
+* [RISC-V](https://github.com/riscv/homebrew-riscv) provides the RISC-V
+toolchain including binutils and gcc.