mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
brew.1: reference GCC 4.9.
This commit is contained in:
parent
9a15f9e3fa
commit
f2f4183abc
@ -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>.
|
||||
|
@ -1,7 +1,7 @@
|
||||
.\" generated with Ronn/v0.7.3
|
||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||
.
|
||||
.TH "BREW" "1" "June 2014" "Homebrew" "brew"
|
||||
.TH "BREW" "1" "July 2014" "Homebrew" "brew"
|
||||
.
|
||||
.SH "NAME"
|
||||
\fBbrew\fR \- The missing package manager for OS X
|
||||
@ -212,7 +212,7 @@ If \fB\-\-ignore\-dependencies\fR is passed, skip installing any dependencies of
|
||||
If \fB\-\-only\-dependencies\fR is passed, install the dependencies with specified options but do not install the specified formula\.
|
||||
.
|
||||
.IP
|
||||
If \fB\-\-cc=<compiler>\fR is passed, attempt to compile using \fIcompiler\fR\. \fIcompiler\fR should be the name of the compiler\'s executable, for instance \fBgcc\-4\.2\fR for Apple\'s GCC 4\.2, or \fBgcc\-4\.8\fR for a Homebrew\-provided GCC 4\.8\.
|
||||
If \fB\-\-cc=<compiler>\fR is passed, attempt to compile using \fIcompiler\fR\. \fIcompiler\fR should be the name of the compiler\'s executable, for instance \fBgcc\-4\.2\fR for Apple\'s GCC 4\.2, or \fBgcc\-4\.9\fR for a Homebrew\-provided GCC 4\.9\.
|
||||
.
|
||||
.IP
|
||||
If \fB\-\-build\-from\-source\fR is passed, compile from source even if a bottle is provided for \fIformula\fR\.
|
||||
|
Loading…
x
Reference in New Issue
Block a user