diff options
author | Chris Lattner <sabre@nondot.org> | 2009-11-03 21:50:09 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-11-03 21:50:09 +0000 |
commit | 6e41c797637d13708f36c9d620d9d8bd649f7ec7 (patch) | |
tree | 806e0e7144f6692e4fa1869432450b2acf2c1085 /llvm/docs/ReleaseNotes.html | |
parent | f42b5af549d438e4b691f9aa6fc720bc2a1db5dc (diff) | |
download | bcm5719-llvm-6e41c797637d13708f36c9d620d9d8bd649f7ec7.tar.gz bcm5719-llvm-6e41c797637d13708f36c9d620d9d8bd649f7ec7.zip |
fix broken link
llvm-svn: 85951
Diffstat (limited to 'llvm/docs/ReleaseNotes.html')
-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 95866dd6252..5a5a01ae836 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -1058,7 +1058,7 @@ there isn't already one.</p> <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>. +See: <a href="GettingStarted.html#brokengcc">Broken versions of GCC and other tools</a>. However, A <a href="http://pkg.auroraux.org/GCC">Modern GCC Build</a> for x86/x86-64 has been made available from the third party AuroraUX Project that has been meticulously tested for bootstrapping LLVM & Clang.</li> |