diff options
Diffstat (limited to 'llvm/docs/ReleaseNotes-2.6.html')
| -rw-r--r-- | llvm/docs/ReleaseNotes-2.6.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes-2.6.html b/llvm/docs/ReleaseNotes-2.6.html index 3a32dc9c546..6930a316db2 100644 --- a/llvm/docs/ReleaseNotes-2.6.html +++ b/llvm/docs/ReleaseNotes-2.6.html @@ -483,7 +483,7 @@ FIXME: remove this entry when this is no longer needed.<li> <ul> <li>Intel and AMD machines (IA32, X86-64, AMD64, EMT-64) running Red Hat -Linux, Fedora Core and FreeBSD (and probably other unix-like systems).</li> +Linux, Fedora Core, FreeBSD and AuroraUX (and probably other unix-like systems).</li> <li>PowerPC and X86-based Mac OS X systems, running 10.3 and above in 32-bit and 64-bit modes.</li> <li>Intel and AMD machines running on Win32 using MinGW libraries (native).</li> @@ -514,6 +514,15 @@ listed by component. If you run into a problem, please check the <a href="http://llvm.org/bugs/">LLVM bug database</a> and submit a bug if there isn't already one.</p> +<ul> +<li>LLVM will not correctly complie 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>. +However, A <a href="http://pkg.auroraux.org/GCC">Modern GCC Build</a> +for x86/x64 has been made available from the third party AuroraUX Project +that has been meticulously tested for bootstrapping LLVM & Clang.</li> +</ul> + </div> <!-- ======================================================================= --> |

