diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index a4e923d0497..c502e75df48 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -178,6 +178,10 @@ and performance.
--prefix=directory
Specify for directory the full pathname of where you
want the LLVM tools and libraries to be installed.
+ --with-llvmgccdir=directory
+ Optionally, specify for directory the full pathname of the
+ C/C++ FrontEnd installation to use with this LLVM configuration. If
+ not specified, the PATH will be searched.
--enable-spec2000=directory
Enable the SPEC2000 benchmarks for testing. The SPEC2000
benchmarks should be available in
@@ -532,7 +536,7 @@ All these paths are absolute:
LLVMGCCDIR
- This is the where the LLVM GCC Front End is installed.
+ This is where the LLVM GCC Front End is installed.
For the pre-built GCC front end binaries, the LLVMGCCDIR is
cfrontend/platform/llvm-gcc.
@@ -756,6 +760,20 @@ script to configure the build system:
The following options can be used to set or enable LLVM specific options:
+ - --with-llvmgccdir
+ - Path to the LLVM C/C++ FrontEnd to be used with this LLVM configuration.
+ The value of this option should specify the full pathname of the C/C++ Front
+ End to be used. If this option is not provided, the PATH will be searched for
+ a program named llvm-gcc and the C/C++ FrontEnd install directory will
+ be inferred from the path found. If the option is not given, and no llvm-gcc
+ can be found in the path then a warning will be produced by
+ configure indicating this situation. LLVM may still be built with
+ the tools-only target but attempting to build the runtime libraries
+ will fail as these libraries require llvm-gcc and llvm-g++. See
+ Install the GCC Front End for details on installing
+ the C/C++ Front End. See
+ Bootstrapping the LLVM C/C++ Front-End
+ for details on building the C/C++ Front End.
- --with-tclinclude
- Path to the tcl include directory under which the tclsh can be
found. Use this if you have multiple tcl installations on your machine and you