[llvm-commits] CVS: llvm/docs/CFEBuildInstrs.html
Chris Lattner
lattner at cs.uiuc.edu
Wed Jun 2 14:35:01 PDT 2004
Changes in directory llvm/docs:
CFEBuildInstrs.html updated: 1.17 -> 1.18
---
Log message:
cygwin apparently doesn't have widechar support. But when disabled, the whole
C/C++ front-end and runtime libraries finally build!
---
Diffs of the changes: (+13 -5)
Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.17 llvm/docs/CFEBuildInstrs.html:1.18
--- llvm/docs/CFEBuildInstrs.html:1.17 Tue Jun 1 13:13:05 2004
+++ llvm/docs/CFEBuildInstrs.html Wed Jun 2 14:27:50 2004
@@ -110,7 +110,6 @@
<p>
<b>Linux/x86:</b> <br>
<b>MacOS X/PowerPC:</b><br>
-<b>cygwin/x86:</b>
</p>
<pre>
@@ -122,9 +121,18 @@
% gmake all; gmake install
</pre>
-<p>
-<b>Solaris/SPARC:</b>
-</p>
+<p><b>cygwin/x86:</b></p>
+
+<pre>
+ % cd build
+ % ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls --disable-shared \
+ --enable-languages=c,c++ --disable-c-mbchar
+ % gmake all-gcc
+ % setenv LLVM_LIB_SEARCH_PATH `pwd`/gcc
+ % gmake all; gmake install
+</pre>
+
+<p><b>Solaris/SPARC:</b></p>
<p>
For Solaris/SPARC, LLVM only supports the SPARC V9. Therefore, the
@@ -294,7 +302,7 @@
Brian Gaeke<br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/06/01 18:13:05 $
+ Last modified: $Date: 2004/06/02 19:27:50 $
</address>
</body>
More information about the llvm-commits
mailing list