aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-07-24 08:44:19 +0100
committerMike McQuaid2014-07-24 08:51:08 +0100
commita8582c580466997aeee4e6ce788dd2af6f6ae643 (patch)
tree6c2742692b970d66c1f87f5d7fd63f29d876877f /Library
parent5e41d286547e81976146e92408f6a7586803f64c (diff)
downloadhomebrew-a8582c580466997aeee4e6ce788dd2af6f6ae643.tar.bz2
brew.1: reference GCC 4.9.
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/manpages/brew.1.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md
index 311b5bd0a..38b864409 100644
--- a/Library/Contributions/manpages/brew.1.md
+++ b/Library/Contributions/manpages/brew.1.md
@@ -196,8 +196,8 @@ Note that these flags should only appear after a command.
If `--cc=<compiler>` is passed, attempt to compile using <compiler>.
<compiler> should be the name of the compiler's executable, for instance
- `gcc-4.2` for Apple's GCC 4.2, or `gcc-4.8` for a Homebrew-provided GCC
- 4.8.
+ `gcc-4.2` for Apple's GCC 4.2, or `gcc-4.9` for a Homebrew-provided GCC
+ 4.9.
If `--build-from-source` is passed, compile from source even if a bottle
is provided for <formula>.