aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2011-05-04 21:36:49 -0500
committerAdam Vandenberg2011-05-05 11:36:46 -0700
commit162a3749daf26ae9e508047f4e77faed99bd5356 (patch)
tree1104c181db1553bf18c2b2885e3d39d0c494cce8
parent3da2ceaa06646e516a23b5de6cc336bc9f81d37f (diff)
downloadhomebrew-162a3749daf26ae9e508047f4e77faed99bd5356.tar.bz2
Add the '--use-gcc' flag to the brew man page
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Contributions/manpages/brew.1.md11
-rw-r--r--share/man/man1/brew.17
2 files changed, 12 insertions, 6 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md
index 5b44e75ad..7efe0249c 100644
--- a/Library/Contributions/manpages/brew.1.md
+++ b/Library/Contributions/manpages/brew.1.md
@@ -21,7 +21,7 @@ didn't include with OS X.
* `-v`, `--version`:
Print the version number of brew to standard error and exit.
- * `install [--force] [--debug] [--use-llvm] [--ignore-dependencies] [--HEAD]` <formula>:
+ * `install [--force] [--debug] [--ignore-dependencies] [--use-llvm] [--use-gcc] [--HEAD]` <formula>:
Install <formula>.
<formula> is usually the name of the formula to install, but may also be
@@ -34,13 +34,16 @@ didn't include with OS X.
If `--debug` is passed and brewing fails, open a shell inside the
temporary folder used for compiling.
- If `--use-llvm` is passed, attempt to compile using the LLVM front-end to GCC.
- *NOTE*: Not all formulae will build with LLVM.
-
If `--ignore-dependencies` is passed, skip installing any dependencies of
any kind. If they are not already present, the formula will probably fail
to install.
+ If `--use-llvm` is passed, attempt to compile using the LLVM front-end to GCC.
+ *NOTE*: Not all formulae will build with LLVM.
+
+ If `--use-gcc` is passed, attempt to compile using GCC. This is useful for
+ systems whose default compiler is LLVM-GCC.
+
If `--HEAD` is passed, and <formula> defines it, install the HEAD version,
aka master, trunk, unstable, dev.
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\.