[llvm-commits] [release_11] CVS: llvm/docs/GettingStarted.html

John Criswell criswell at cs.uiuc.edu
Sat Dec 13 13:46:00 PST 2003


Changes in directory llvm/docs:

GettingStarted.html updated: 1.46 -> 1.46.2.1

---
Log message:

Indicate that the pathname to the LLVM GCC front end must be an
absolute pathname.  This burnt me on a Sparc build.



---
Diffs of the changes:  (+5 -3)

Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.46 llvm/docs/GettingStarted.html:1.46.2.1
--- llvm/docs/GettingStarted.html:1.46	Fri Nov 21 19:30:01 2003
+++ llvm/docs/GettingStarted.html	Sat Dec 13 13:45:28 2003
@@ -129,7 +129,8 @@
         header files for the default platform. Useful options include:
       <ul>
         <li><tt>--with-llvmgccdir=<i>directory</i></tt>
-            <p>Specify where the LLVM GCC frontend is installed.</p></li>
+            <p>Specify the full pathname of where the LLVM GCC frontend is
+            installed.</p></li>
         <li><tt>--enable-spec2000=<i>directory</i></tt>
             <p>Enable the SPEC2000 benchmarks for testing.  The SPEC2000
             benchmarks should be available in
@@ -476,7 +477,8 @@
   <dt><i>--with-llvmgccdir=LLVMGCCDIR</i>
   <dd>
     Path to the location where the LLVM C front end binaries and
-    associated libraries will be installed.
+    associated libraries will be installed.  This must be specified as an
+    absolute pathname.
     <p>
   <dt><i>--enable-optimized</i>
   <dd>
@@ -1089,7 +1091,7 @@
 <address>
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2003/11/22 01:30:01 $
+  Last modified: $Date: 2003/12/13 19:45:28 $
 </address>
 
 </body>





More information about the llvm-commits mailing list