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

John Criswell criswell at cs.uiuc.edu
Wed Dec 10 14:05:02 PST 2003


Changes in directory llvm/docs:

CFEBuildInstrs.html updated: 1.9 -> 1.10

---
Log message:

Fixed a comma error.
Added the --disable-threads option to GCC configure (to avoid pthread errors
when building code with LLVM).



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

Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.9 llvm/docs/CFEBuildInstrs.html:1.10
--- llvm/docs/CFEBuildInstrs.html:1.9	Wed Dec 10 09:27:29 2003
+++ llvm/docs/CFEBuildInstrs.html	Wed Dec 10 14:04:13 2003
@@ -84,7 +84,7 @@
  % set CFEINSTALL = `pwd`/install
 </pre></li>
 
-<li><p>Configure, build and install the C front-end:</p>
+<li><p>Configure, build, and install the C front-end:</p>
 
 <p>
 <b>Linux/x86:</b>
@@ -92,7 +92,7 @@
 
 <pre>
  % cd build
- % ../src/configure --prefix=$CFEINSTALL --disable-nls --disable-shared \
+ % ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls --disable-shared \
    --enable-languages=c,c++
  % gmake all-gcc
  % setenv LLVM_LIB_SEARCH_PATH `pwd`/gcc 
@@ -110,7 +110,7 @@
 
 <pre>
  % cd build
- % ../src/configure --prefix=$CFEINSTALL --disable-nls --disable-shared \
+ % ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls --disable-shared \
    --enable-languages=c,c++ --host=sparcv9-sun-solaris2.8
  % gmake all-gcc
  % setenv LLVM_LIB_SEARCH_PATH `pwd`/gcc 
@@ -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/10 15:27:29 $
+  Last modified: $Date: 2003/12/10 20:04:13 $
 </div>
 
 </body>





More information about the llvm-commits mailing list