diff options
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index ff7feb7693..f930d42add 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -581,12 +581,8 @@ LLVM.</p> <p>The following environment variables are used by the <tt>configure</tt> script to configure the build system:</p> -<table border=1> - <tr> - <th>Variable</th> - <th>Purpose</th> - </tr> - +<table> + <tr><th>Variable</th><th>Purpose</th></tr> <tr> <td>CC</td> <td>Tells <tt>configure</tt> which C compiler to use. By default, @@ -594,7 +590,6 @@ script to configure the build system:</p> <tt>PATH</tt>. Use this variable to override <tt>configure</tt>'s default behavior.</td> </tr> - <tr> <td>CXX</td> <td>Tells <tt>configure</tt> which C++ compiler to use. By default, |