diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-23 19:49:54 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-23 19:49:54 +0000 |
commit | 72a59007d4d637fa21c330bb5ec051a53dd6a4a1 (patch) | |
tree | a897970d73f61c5f8dcf859cf0a73c4efc2fe15b /docs/CFEBuildInstrs.html | |
parent | 65e8f5b4e4ade921723dacb53e1e8634d59c7c73 (diff) | |
download | external_llvm-72a59007d4d637fa21c330bb5ec051a53dd6a4a1.zip external_llvm-72a59007d4d637fa21c330bb5ec051a53dd6a4a1.tar.gz external_llvm-72a59007d4d637fa21c330bb5ec051a53dd6a4a1.tar.bz2 |
Add a caution about using experimental versions of gnu binutils when
building Cygwin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19117 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CFEBuildInstrs.html')
-rw-r--r-- | docs/CFEBuildInstrs.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index 9f4b9d0..d895583 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -71,7 +71,15 @@ 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> +<p>Some versions of Cygwin utilize an experimental version of GNU binutils that +will cause the GNU <tt>ld</tt> linker to fail an assertion when linking +components of the libstdc++. It is recommended that you replace the entire +binutils package with version 2.15 such that "<tt>ld --version</tt>" responds +with<br/> +<pre>GNU ld version 2.15</pre> +not with:<br/> +<pre>GNU ld version 2.15.91 20040725</pre> +</p></div> <!--=========================================================================--> <div class="doc_subsection"> |