[llvm-commits] CVS: llvm/www/docs/GettingStarted.html
John Criswell
criswell at cs.uiuc.edu
Thu Jul 3 11:50:01 PDT 2003
Changes in directory llvm/www/docs:
GettingStarted.html updated: 1.22 -> 1.23
---
Log message:
Fixed an error in the pathname to LLVMGCCDIR for the pre-built binaries (forgot
that <> denotes a tag).
---
Diffs of the changes:
Index: llvm/www/docs/GettingStarted.html
diff -u llvm/www/docs/GettingStarted.html:1.22 llvm/www/docs/GettingStarted.html:1.23
--- llvm/www/docs/GettingStarted.html:1.22 Thu Jul 3 11:43:01 2003
+++ llvm/www/docs/GettingStarted.html Thu Jul 3 11:49:40 2003
@@ -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>
More information about the llvm-commits
mailing list