aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorMisty De Meo2013-08-29 18:55:43 -0700
committerMisty De Meo2013-08-30 07:52:13 -0700
commit6c53c87a57efde93c175821531102ada4a64bbf2 (patch)
tree9c240a531fc9020627113d0efe579fb68d21f106 /share
parent3020f71958debd6af69a760f9f990b3449b26adb (diff)
downloadhomebrew-6c53c87a57efde93c175821531102ada4a64bbf2.tar.bz2
Document --cc= in the manpage
Diffstat (limited to 'share')
-rw-r--r--share/man/man1/brew.117
1 files changed, 4 insertions, 13 deletions
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1
index 340e1ab41..014f5578c 100644
--- a/share/man/man1/brew.1
+++ b/share/man/man1/brew.1
@@ -170,7 +170,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 [\-\-debug] [\-\-env=<std|super>] [\-\-ignore\-dependencies] [\-\-fresh] [\-\-use\-clang|\-\-use\-gcc|\-\-use\-llvm] [\-\-build\-from\-source] [\-\-devel|\-\-HEAD]\fR \fIformula\fR
+\fBinstall [\-\-debug] [\-\-env=<std|super>] [\-\-ignore\-dependencies] [\-\-fresh] [\-\-cc=<compiler>] [\-\-use\-clang|\-\-use\-gcc|\-\-use\-llvm] [\-\-build\-from\-source] [\-\-devel|\-\-HEAD]\fR \fIformula\fR
Install \fIformula\fR\.
.
.IP
@@ -192,6 +192,9 @@ If \fB\-\-ignore\-dependencies\fR is passed, skip installing any dependencies of
If \fB\-\-fresh\fR is passed, the installation process will not re\-use any options from previous installs\.
.
.IP
+If \fB\-\-cc=<compiler>\fR is passed, attempt to compile using the specified compiler\. The specified argument should be the name of the compiler\'s executable, for instance \fBgcc\-4\.2\fR for Apple\'s GCC 4\.2\.
+.
+.IP
If \fB\-\-use\-clang\fR is passed, attempt to compile using clang\.
.
.IP
@@ -552,18 +555,6 @@ If set, instructs Homebrew to use \fBHOMEBREW_TEMP\fR as the temporary directory
This issue typically occurs when using FileVault or custom SSD configurations\.
.
.TP
-HOMEBREW_USE_CLANG
-If set, forces Homebrew to compile using clang\.
-.
-.TP
-HOMEBREW_USE_GCC
-If set, forces Homebrew to compile using gcc\.
-.
-.TP
-HOMEBREW_USE_LLVM
-If set, forces Homebrew to compile using LLVM\.
-.
-.TP
HOMEBREW_VERBOSE
If set, Homebrew always assumes \fB\-\-verbose\fR when running commands\.
.