diff options
| author | John Criswell <criswell@uiuc.edu> | 2003-07-03 16:49:40 +0000 |
|---|---|---|
| committer | John Criswell <criswell@uiuc.edu> | 2003-07-03 16:49:40 +0000 |
| commit | 9558399227a51b954c19517de3f53d8a0d926b8d (patch) | |
| tree | 930eb1e6ab8d07b9c60dcc1aae4b6379f5fa4a0d /llvm/docs/GettingStarted.html | |
| parent | 6e0f34d4c2dea6d54f9e6226749b9499dcddbc67 (diff) | |
| download | bcm5719-llvm-9558399227a51b954c19517de3f53d8a0d926b8d.tar.gz bcm5719-llvm-9558399227a51b954c19517de3f53d8a0d926b8d.zip | |
Fixed an error in the pathname to LLVMGCCDIR for the pre-built binaries (forgot
that <> denotes a tag).
llvm-svn: 7100
Diffstat (limited to 'llvm/docs/GettingStarted.html')
| -rw-r--r-- | llvm/docs/GettingStarted.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index 39bc10dcb25..c56f5c86088 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -262,8 +262,8 @@ during the LLVM suite build; you will just need to know where it will go for configuring the build system and running the test suite later. <p> - For the pre-built binaries, the LLVMGCCDIR is - <tt>cfrontend/<platform>/llvm-gcc</tt>. + For the pre-built C front end binaries, the LLVMGCCDIR is + <tt>cfrontend/<i>platform</i>/llvm-gcc</tt>. <dt>GCCSRC <dd> |

