diff options
| author | Jack Nagel | 2011-05-04 21:36:49 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2011-05-05 11:36:46 -0700 |
| commit | 98f51446cb6824ab6e7cf0abac49318f7481b327 (patch) | |
| tree | bb09f69d765f4b856ecb5b1e1b35cf51d3a13735 /share | |
| parent | 6c51402141e2654ab9c4cbbd9820f21ea940c76b (diff) | |
| download | brew-98f51446cb6824ab6e7cf0abac49318f7481b327.tar.bz2 | |
Add the '--use-gcc' flag to the brew man page
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man1/brew.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index ad2108991..2b5f928a2 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -28,7 +28,7 @@ Prints extra, command\-specific debugging information\. Note that \fBbrew \-v\fR Print the version number of brew to standard error and exit\. . .TP -\fBinstall [\-\-force] [\-\-debug] [\-\-use\-llvm] [\-\-ignore\-dependencies] [\-\-HEAD]\fR \fIformula\fR +\fBinstall [\-\-force] [\-\-debug] [\-\-ignore\-dependencies] [\-\-use\-llvm] [\-\-use\-gcc] [\-\-HEAD]\fR \fIformula\fR Install \fIformula\fR\. . .IP @@ -41,10 +41,13 @@ If \fB\-\-force\fR is passed, will install \fIformula\fR even if it is already i If \fB\-\-debug\fR is passed and brewing fails, open a shell inside the temporary folder used for compiling\. . .IP +If \fB\-\-ignore\-dependencies\fR is passed, skip installing any dependencies of any kind\. If they are not already present, the formula will probably fail to install\. +. +.IP If \fB\-\-use\-llvm\fR is passed, attempt to compile using the LLVM front\-end to GCC\. \fINOTE\fR: Not all formulae will build with LLVM\. . .IP -If \fB\-\-ignore\-dependencies\fR is passed, skip installing any dependencies of any kind\. If they are not already present, the formula will probably fail to install\. +If \fB\-\-use\-gcc\fR is passed, attempt to compile using GCC\. This is useful for systems whose default compiler is LLVM\-GCC\. . .IP If \fB\-\-HEAD\fR is passed, and \fIformula\fR defines it, install the HEAD version, aka master, trunk, unstable, dev\. |
