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

Misha Brukman brukman at cs.uiuc.edu
Mon Aug 9 11:37:14 PDT 2004



Changes in directory llvm/docs:

CFEBuildInstrs.html updated: 1.21 -> 1.22
---
Log message:

* CFE builds on AIX/PowerPC
* Wrap long code lines


---
Diffs of the changes:  (+7 -6)

Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.21 llvm/docs/CFEBuildInstrs.html:1.22
--- llvm/docs/CFEBuildInstrs.html:1.21	Mon Jul 19 13:47:59 2004
+++ llvm/docs/CFEBuildInstrs.html	Mon Aug  9 13:37:04 2004
@@ -109,13 +109,14 @@
 
 <p>
 <b>Linux/x86:</b><br>
-<b>MacOS X/PowerPC</b> (requires dlcompat library):
+<b>MacOS X/PowerPC</b> (requires dlcompat library):<br>
+<b>AIX/PowerPC:</b>
 </p>
 
 <pre>
  % cd build
- % ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls --disable-shared \
-   --enable-languages=c,c++
+ % ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \
+   --disable-shared --enable-languages=c,c++
  % gmake
  % setenv LLVM_LIB_SEARCH_PATH `pwd`/gcc 
  % gmake all; gmake install
@@ -125,8 +126,8 @@
 
 <pre>
  % cd build
- % ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls --disable-shared \
-   --enable-languages=c,c++ --disable-c-mbchar
+ % ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \
+   --disable-shared --enable-languages=c,c++ --disable-c-mbchar
  % gmake
  % setenv LLVM_LIB_SEARCH_PATH `pwd`/gcc 
  % gmake all; gmake install
@@ -302,7 +303,7 @@
 
   Brian Gaeke<br>
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/07/19 18:47:59 $
+  Last modified: $Date: 2004/08/09 18:37:04 $
 </address>
 
 </body>






More information about the llvm-commits mailing list