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 | c09ffd223afb21cb7619530e58969b34fdcf71c0 (patch) | |
tree | c06b4bf8cf358f95a0da19c09762e22708975ece /docs | |
parent | d6cb4521300b5d215e1363b82cdc2fd443c67088 (diff) | |
download | external_llvm-c09ffd223afb21cb7619530e58969b34fdcf71c0.zip external_llvm-c09ffd223afb21cb7619530e58969b34fdcf71c0.tar.gz external_llvm-c09ffd223afb21cb7619530e58969b34fdcf71c0.tar.bz2 |
fix broken link
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85951 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 95866dd..5a5a01a 100644 --- a/docs/ReleaseNotes.html +++ b/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> |