Add a blurb about using the GCC 3.4.3 compiler on Cygwin (which works) for

the CFE instead of the default GCC 3.3.3 compiler that comes with Cygwin.

llvm-svn: 19104
This commit is contained in:
Reid Spencer 2004-12-22 09:52:30 +00:00
parent c5f858ca52
commit 3e41cd50b4
1 changed files with 5 additions and 0 deletions

View 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 (which includes your "home directory", because it lives under the "Documents
and Settings" directory). We welcome patches to fix this issue. and Settings" directory). We welcome patches to fix this issue.
</p> </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> </div>
<!--=========================================================================--> <!--=========================================================================-->