aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMisty De Meo2013-08-29 18:55:43 -0700
committerMisty De Meo2013-08-30 07:52:13 -0700
commitf142cca6e2a51a5d9f33f4c4ecd22963356a4b7c (patch)
tree4b7bd806ed231b89723036ebcaa309cb15352203 /Library
parent7e1af4b7d550097bd48c0788e9386ee6607ef76c (diff)
downloadbrew-f142cca6e2a51a5d9f33f4c4ecd22963356a4b7c.tar.bz2
Document --cc= in the manpage
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/manpages/brew.1.md15
1 files changed, 5 insertions, 10 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md
index 3692bb206..f14411874 100644
--- a/Library/Contributions/manpages/brew.1.md
+++ b/Library/Contributions/manpages/brew.1.md
@@ -147,7 +147,7 @@ Note that these flags should only appear after a command.
* `info` <URL>:
Print the name and version that will be detected for <URL>.
- * `install [--debug] [--env=<std|super>] [--ignore-dependencies] [--fresh] [--use-clang|--use-gcc|--use-llvm] [--build-from-source] [--devel|--HEAD]` <formula>:
+ * `install [--debug] [--env=<std|super>] [--ignore-dependencies] [--fresh] [--cc=<compiler>] [--use-clang|--use-gcc|--use-llvm] [--build-from-source] [--devel|--HEAD]` <formula>:
Install <formula>.
<formula> is usually the name of the formula to install, but it can be specified
@@ -169,6 +169,10 @@ Note that these flags should only appear after a command.
If `--fresh` is passed, the installation process will not re-use any
options from previous installs.
+ If `--cc=<compiler>` is passed, attempt to compile using the specified
+ compiler. The specified argument should be the name of the compiler's
+ executable, for instance `gcc-4.2` for Apple's GCC 4.2.
+
If `--use-clang` is passed, attempt to compile using clang.
If `--use-gcc` is passed, attempt to compile using GCC. This is useful for
@@ -510,15 +514,6 @@ can take several different forms:
This issue typically occurs when using FileVault or custom SSD
configurations.
- * HOMEBREW\_USE\_CLANG:
- If set, forces Homebrew to compile using clang.
-
- * HOMEBREW\_USE\_GCC:
- If set, forces Homebrew to compile using gcc.
-
- * HOMEBREW\_USE\_LLVM:
- If set, forces Homebrew to compile using LLVM.
-
* HOMEBREW\_VERBOSE:
If set, Homebrew always assumes `--verbose` when running commands.