diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 3677849e94b..f33493e9aa1 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -89,7 +89,7 @@ used to test the LLVM tools and the GCC front end.

The second piece is the GCC front end. This component provides a version of GCC that compiles C and C++ code into LLVM bytecode. Currently, the GCC front -end is a modified version of GCC 3.4 (we track the GCC 3.4 development). Once +end uses the GCC parser to convert code to LLVM. Once compiled into LLVM bytecode, a program can be manipulated with the LLVM tools from the LLVM suite.

@@ -712,14 +712,9 @@ you get it from the CVS repository:

configured by the LLVM configure script as well as automatically updated when you run cvs update.

-

If you would like to get the GCC 3.4 front end source code, you can also get it from the CVS repository:

- -
-  cvs -z3 -d :pserver:anon@llvm.org:/var/cvs/llvm co llvm-gcc
-
- -

Please note that you must follow these -instructions to successfully build the LLVM GCC front-end.

+

If you would like to get the GCC front end source code, you can also get it +and build it yourself. Please follow these +instructions to successfully get and build the LLVM GCC front-end.