From 4e2c45f5d157bb4a837a0b105f4ce3fc14b1771f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 3 Nov 2013 11:45:26 -0600 Subject: Undocument --use-gcc and friends These options are deprecated in favor of --cc=, so there is no need to continue advertising their existence. --- Library/Contributions/manpages/brew.1.md | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) (limited to 'Library') diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index dea1a7317..de5962ba0 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -151,7 +151,7 @@ Note that these flags should only appear after a command. * `info` : Print the name and version that will be detected for . - * `install [--debug] [--env=] [--ignore-dependencies] [--fresh] [--cc=] [--use-clang|--use-gcc|--use-llvm] [--build-from-source] [--devel|--HEAD]` : + * `install [--debug] [--env=] [--ignore-dependencies] [--fresh] [--cc=] [--build-from-source] [--devel|--HEAD]` : Install . is usually the name of the formula to install, but it can be specified @@ -173,19 +173,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=` 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. - This option is the only way to select a non-Apple compiler; for instance, - to build using a Homebrew-provided GCC 4.8, use `--cc=gcc-4.8` - - If `--use-clang` is passed, attempt to compile using clang. - - If `--use-gcc` is passed, attempt to compile using GCC. This is useful for - systems whose default compiler is LLVM-GCC. - - If `--use-llvm` is passed, attempt to compile using the LLVM front-end to GCC. - *NOTE*: Not all formulae will build with LLVM. + If `--cc=` is passed, attempt to compile using . + should be the name of the compiler's executable, for instance + `gcc-4.2` for Apple's GCC 4.2, or `gcc-4.8` for a Homebrew-provided GCC + 4.8. If `--build-from-source` is passed, compile from source even if a bottle is provided for . -- cgit v1.2.3