[llvm-commits] CVS: llvm/docs/FAQ.html

John Criswell criswell at gally.cs.uiuc.edu
Fri Mar 12 12:21:01 PST 2004


Changes in directory llvm/docs:

FAQ.html updated: 1.18 -> 1.19

---
Log message:

Point to the new license (includes year 2004).
Changed crtend.o to libcrtend.a.



---
Diffs of the changes:  (+4 -4)

Index: llvm/docs/FAQ.html
diff -u llvm/docs/FAQ.html:1.18 llvm/docs/FAQ.html:1.19
--- llvm/docs/FAQ.html:1.18	Tue Dec 23 16:22:10 2003
+++ llvm/docs/FAQ.html	Fri Mar 12 12:20:15 2004
@@ -111,7 +111,7 @@
 <div class="answer">
 <p>Yes.  The modified source distribution must retain the copyright notice and
 follow the three bulletted conditions listed in the <a
-href="http://llvm.cs.uiuc.edu/releases/1.0/LICENSE.TXT">LLVM license</a>.</p>
+href="http://llvm.cs.uiuc.edu/releases/1.2/LICENSE.TXT">LLVM license</a>.</p>
 </div>
 
 <div class="question">
@@ -388,13 +388,13 @@
 <div class="question">
 <p>
 When I compile code using the LLVM GCC front end, it complains that it cannot
-find crtend.o.
+find libcrtend.a.
 </p>
 </div>
 
 <div class="answer">
 <p>
-In order to find crtend.o, you must have the directory in which it lives in
+In order to find libcrtend.a, you must have the directory in which it lives in
 your LLVM_LIB_SEARCH_PATH environment variable.  For the binary distribution of
 the LLVM GCC front end, this will be the full path of the bytecode-libs
 directory inside of the LLVM GCC distribution.
@@ -456,7 +456,7 @@
 <div class="doc_footer">
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2003/12/23 22:22:10 $
+  Last modified: $Date: 2004/03/12 18:20:15 $
 </div>
 
 </body>





More information about the llvm-commits mailing list