diff options
author | Chris Lattner <sabre@nondot.org> | 2006-04-20 05:08:23 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-04-20 05:08:23 +0000 |
commit | 1ef81aff91c64f8d97e5780f095260fcf8e9dd7f (patch) | |
tree | c86238d03c67b290867b69de934c6ff3f26fcce6 /docs/GettingStarted.html | |
parent | fcccd6bd178ea97a6ab7e9e0a539aa1de46e40e3 (diff) |
Update llvmgcc4 tarball names
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27861 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index d225355eb5..2687371efc 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -623,15 +623,18 @@ compressed with the gzip program. <dt><tt>cfrontend-x.y.source.tar.gz</tt></dt> <dd>Source release of the GCC front end.<br/></dd> - <dt><tt>cfrontend-x.y.sparc-sun-solaris2.8.tar.gz</tt></dt> - <dd>Binary release of the GCC front end for Solaris/Sparc. - <br/></dd> - <dt><tt>cfrontend-x.y.i686-redhat-linux-gnu.tar.gz</tt></dt> <dd>Binary release of the GCC front end for Linux/x86.<br/></dd> - <dt><tt>cfrontend-x.y.powerpc-apple-darwin8.5.0.tar.gz</tt></dt> - <dd>Binary release of the GCC front end for MacOS X/PPC.<br/></dd> + <dt><tt>llvm-gcc4-x.y.source.tar.gz</tt></dt> + <dd>Source release of the llvm-gcc4 front end. See README.LLVM in the root + directory for build instructions.<br/></dd> + + <dt><tt>llvm-gcc4-x.y.powerpc-apple-darwin8.6.0.tar.gz</tt></dt> + <dd>Binary release of the llvm-gcc4 front end for MacOS X/PowerPC.<br/></dd> + + <dt><tt>llvm-gcc4-x.y.i686-apple-darwin8.6.1.tar.gz</tt></dt> + <dd>Binary release of the llvm-gcc4 front end for MacOS X/X86.<br/></dd> </dl> </div> |