From 358cb80e7d790ac8a75a9fb9d46f65c855b3479e Mon Sep 17 00:00:00 2001 From: John Criswell <criswell@uiuc.edu> Date: Tue, 8 Nov 2005 15:38:11 +0000 Subject: [PATCH] Add a note about the Solaris configure problem that Tanya's seen. llvm-svn: 24236 --- llvm/docs/ReleaseNotes.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 430200b4612f..4337480d4515 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -316,6 +316,19 @@ components, please contact us on the llvmdev list.</p> </div> +<!-- ======================================================================= --> +<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> -- GitLab