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

John Criswell criswell at cs.uiuc.edu
Wed Dec 10 09:28:01 PST 2003


Changes in directory llvm/docs:

CFEBuildInstrs.html updated: 1.8 -> 1.9

---
Log message:

Added the --host= option to the Sparc configuration directions.



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

Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.8 llvm/docs/CFEBuildInstrs.html:1.9
--- llvm/docs/CFEBuildInstrs.html:1.8	Mon Dec  8 13:59:14 2003
+++ llvm/docs/CFEBuildInstrs.html	Wed Dec 10 09:27:29 2003
@@ -111,7 +111,7 @@
 <pre>
  % cd build
  % ../src/configure --prefix=$CFEINSTALL --disable-nls --disable-shared \
-   --enable-languages=c,c++ sparcv9-sun-solaris2.8
+   --enable-languages=c,c++ --host=sparcv9-sun-solaris2.8
  % gmake all-gcc
  % setenv LLVM_LIB_SEARCH_PATH `pwd`/gcc 
  % gmake all; gmake install
@@ -203,7 +203,7 @@
   <address>Brian Gaeke</address>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2003/12/08 19:59:14 $
+  Last modified: $Date: 2003/12/10 15:27:29 $
 </div>
 
 </body>





More information about the llvm-commits mailing list