aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorAdam Vandenberg2011-06-16 20:50:40 -0700
committerAdam Vandenberg2011-06-16 20:58:06 -0700
commite8ebd6756e45cbc2e6fae7f30f03f51ee320fe94 (patch)
tree293bc169bf30779fc23ca621cab0b00b44810d6d /share
parentbe63ae9b141b3a67eeee7104efc26c49411ce069 (diff)
downloadbrew-e8ebd6756e45cbc2e6fae7f30f03f51ee320fe94.tar.bz2
Add clang options to man page.
Diffstat (limited to 'share')
-rw-r--r--share/man/man1/brew.115
1 files changed, 11 insertions, 4 deletions
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1
index 0975d3b8c..305a63016 100644
--- a/share/man/man1/brew.1
+++ b/share/man/man1/brew.1
@@ -136,7 +136,7 @@ To view formula history locally: \fBbrew log \-p <formula>\fR\.
Print the name and version that will be detected for \fIURL\fR\.
.
.TP
-\fBinstall [\-\-force] [\-\-debug] [\-\-ignore\-dependencies] [\-\-use\-llvm] [\-\-use\-gcc] [\-\-HEAD]\fR \fIformula\fR
+\fBinstall [\-\-force] [\-\-debug] [\-\-ignore\-dependencies] [\-\-use\-clang] [\-\-use\-gcc] [\-\-use\-llvm] [\-\-HEAD]\fR \fIformula\fR
Install \fIformula\fR\.
.
.IP
@@ -152,12 +152,15 @@ If \fB\-\-debug\fR is passed and brewing fails, open a shell inside the temporar
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\.
+If \fB\-\-use\-clang\fR is passed, attempt to compile using clang\.
.
.IP
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\-\-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\-\-HEAD\fR is passed, and \fIformula\fR defines it, install the HEAD version, aka master, trunk, unstable, dev\.
.
.IP
@@ -355,12 +358,16 @@ If set, instructs Homebrew to use \fBHOMEBREW_TEMP\fR as the temporary folder fo
This issue typically occurs when using FileVault or custom SSD configurations\.
.
.TP
+HOMEBREW_USE_CLANG
+If set, instructs Homebrew to compile using clang\.
+.
+.TP
HOMEBREW_USE_GCC
-If set, instructs Homebrew to use gcc, even if the system default is currently set to LLVM\.
+If set, instructs Homebrew to compile using gcc\.
.
.TP
HOMEBREW_USE_LLVM
-If set, instructs Homebrew to use the LLVM front\-ends to the GCC compilers\.
+If set, instructs Homebrew to compile using LLVM\.
.
.IP
\fINOTE\fR: Not all formulae build correctly with LLVM\.