Add a blurb about using the GCC 3.4.3 compiler on Cygwin (which works) for
authorReid Spencer <rspencer@reidspencer.com>
Wed, 22 Dec 2004 09:52:30 +0000 (09:52 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 22 Dec 2004 09:52:30 +0000 (09:52 +0000)
the CFE instead of the default GCC 3.3.3 compiler that comes with Cygwin.

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

docs/CFEBuildInstrs.html

index d03759da80d7e96640d2dd91cdb8b36205e0a258..ebcfa845effd5cb5fd3b79b56b09fd71615b8ad4 100644 (file)
@@ -66,6 +66,11 @@ located in a top-level directory (like <tt>/cygdrive/c/llvm</tt> and
 (which includes your "home directory", because it lives under the "Documents 
 and Settings" directory).  We welcome patches to fix this issue.
 </p>
+<p>It has been found that the GCC 3.3.3 compiler provided with recent Cygwin
+versions is incapable of compiling the LLVM CFE correctly. If your Cygwin
+installation includes GCC 3.3.3 we <i>strongly</i> recommend that you download
+GCC 3.4.3, build it separately, and use it for compiling LLVM CFE. This has been
+shown to work correctly.</p>
 </div>
 
 <!--=========================================================================-->