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

Reid Spencer reid at x10sys.com
Tue Dec 21 10:52:19 PST 2004



Changes in directory llvm/docs:

GettingStarted.html updated: 1.95 -> 1.96
---
Log message:

Remove instructions to make aliases for llvmgcc and llvmg++ as the CFE
Build instructions now direct the user to have the CFE generate executables
with those names via the --program-prefix=llvm configure option.


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

Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.95 llvm/docs/GettingStarted.html:1.96
--- llvm/docs/GettingStarted.html:1.95	Tue Dec 14 18:14:01 2004
+++ llvm/docs/GettingStarted.html	Tue Dec 21 12:52:08 2004
@@ -552,8 +552,6 @@
   of your bytecode libraries. It is optional and provided only a convenience 
   since you can specify the paths using the -L options of the tools.</dd>
 
-  <dt>alias llvmgcc <i>LLVMGCCDIR</i><tt>/bin/gcc</tt></dt>
-  <dt>alias llvmg++ <i>LLVMGCCDIR</i><tt>/bin/g++</tt></dt>
   <dd></dt>These aliases allow you to use the LLVM C and C++ front ends 
   without putting them in your <tt>PATH</tt> or typing in their complete 
   pathnames.</dd>
@@ -1491,7 +1489,7 @@
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/12/15 00:14:01 $
+  Last modified: $Date: 2004/12/21 18:52:08 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list