diff options
author | Chris Lattner <sabre@nondot.org> | 2009-10-11 19:07:23 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-10-11 19:07:23 +0000 |
commit | 71a61d1fd48d97cced17db5dae28ee8edf4105a1 (patch) | |
tree | 13647b3d7ecdd23d0aa86b2788ef526ac195c783 | |
parent | 8cf648b068cc1b1c82234971535ecd90eba9c95e (diff) |
add PR5004 as a known problem.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83782 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes-2.6.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html index bb0674d404..6e51aef70a 100644 --- a/docs/ReleaseNotes-2.6.html +++ b/docs/ReleaseNotes-2.6.html @@ -1027,6 +1027,12 @@ href="http://llvm.org/bugs/">LLVM bug database</a> and submit a bug if there isn't already one.</p> <ul> +<li>The llvm-gcc bootstrap will fail with some versions of binutils (e.g. 2.15) + with a message of "<tt><a href="http://llvm.org/PR5004">Error: can not do 8 + byte pc-relative relocation</a></tt>" when building C++ code. We intend to + fix this on mainline, but a workaround for 2.6 is to upgrade to binutils + 2.17 or later.</li> + <li>LLVM will not correctly compile on Solaris and/or OpenSolaris using the stock GCC 3.x.x series 'out the box', See: <a href="#brokengcc">Broken versions of GCC and other tools</a>. |