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 /Library | |
| 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 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 11 |
1 files changed, 7 insertions, 4 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. |
