From: Chris Lattner Date: Wed, 2 Jun 2004 19:27:50 +0000 (+0000) Subject: cygwin apparently doesn't have widechar support. But when disabled, the whole X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=893c26acadc3e0b4f0ef8a380644b6699fc7215d;p=oota-llvm.git cygwin apparently doesn't have widechar support. But when disabled, the whole 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 --- diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index bbd11f87ed2..c96adbe5662 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -110,7 +110,6 @@ and Settings" directory). We welcome patches to fix this issue.

Linux/x86:
MacOS X/PowerPC:
-cygwin/x86:

@@ -122,9 +121,18 @@ and Settings" directory).  We welcome patches to fix this issue.
  % gmake all; gmake install
 
-

-Solaris/SPARC: -

+

cygwin/x86:

+ +
+ % 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
+
+ +

Solaris/SPARC:

For Solaris/SPARC, LLVM only supports the SPARC V9. Therefore, the