cygwin apparently doesn't have widechar support. But when disabled, the whole
authorChris Lattner <sabre@nondot.org>
Wed, 2 Jun 2004 19:27:50 +0000 (19:27 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 2 Jun 2004 19:27:50 +0000 (19:27 +0000)
C/C++ front-end and runtime libraries finally build!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13963 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CFEBuildInstrs.html

index bbd11f87ed28d94a364e86dcab929e39469a045d..c96adbe5662c7780a17acdf58435393a1eae1716 100644 (file)
@@ -110,7 +110,6 @@ and Settings" directory).  We welcome patches to fix this issue.
 <p>
 <b>Linux/x86:</b> <br>
 <b>MacOS X/PowerPC:</b><br>
-<b>cygwin/x86:</b>
 </p>
 
 <pre>
@@ -122,9 +121,18 @@ and Settings" directory).  We welcome patches to fix this issue.
  % 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