diff options
author | John Criswell <criswell@uiuc.edu> | 2005-11-08 15:38:11 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2005-11-08 15:38:11 +0000 |
commit | 2f4ac669ecdc0a5ce23c8caffb4c19a0196f0497 (patch) | |
tree | a7c0f645356e16a3adf4685985df4e95ab866321 | |
parent | e9ff4242ec9f37756b8529253ce7bf2a8c697793 (diff) |
Add a note about the Solaris configure problem that Tanya's seen.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_16@24236 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 430200b461..4337480d45 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -318,6 +318,19 @@ components, please contact us on the llvmdev list.</p> <!-- ======================================================================= --> <div class="doc_subsection"> + <a name="build">Known problems with the Build System</a> +</div> + +<div class="doc_text"> + +<ul> + <li>The <a href="http://llvm.org/PR656">configure script sometimes fails on Solaris/Sparc</a>.</li> +</ul> +</div> + + +<!-- ======================================================================= --> +<div class="doc_subsection"> <a name="core">Known problems with the LLVM Core</a> </div> |