diff options
author | John Criswell <criswell@uiuc.edu> | 2005-11-08 15:40:22 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2005-11-08 15:40:22 +0000 |
commit | b094f912b02cd90ab196719f4f73c68b1ddcbbfa (patch) | |
tree | 458e6798adaf62faf17ed3415a6fe9aba45c7949 | |
parent | Add a note about the Solaris configure problem that Tanya's seen. (diff) | |
download | llvm-project-b094f912b02cd90ab196719f4f73c68b1ddcbbfa.tar.gz llvm-project-b094f912b02cd90ab196719f4f73c68b1ddcbbfa.tar.bz2 llvm-project-b094f912b02cd90ab196719f4f73c68b1ddcbbfa.zip |
Note that a work-around is available.llvmorg-1.6.0release/1.6.x
llvm-svn: 24237
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 4337480d4515..9a0b953486af 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -324,7 +324,7 @@ components, please contact us on the llvmdev list.</p> <div class="doc_text"> <ul> - <li>The <a href="http://llvm.org/PR656">configure script sometimes fails on Solaris/Sparc</a>.</li> + <li>The <a href="http://llvm.org/PR656">configure script sometimes fails on Solaris/Sparc</a>. A work around is documented in <a href="http://llvm.org/PR656">PR656.</a></li> </ul> </div> |