diff options
author | John Criswell <criswell@uiuc.edu> | 2004-12-08 16:47:14 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2004-12-08 16:47:14 +0000 |
commit | 687d5e5d8c3f665e21498c0dce2fe0f6eab01595 (patch) | |
tree | 1a524b695d15aa0cde654820884cb103f17000bc | |
parent | 997715f1d2b9d24241121dc2d32ce8719ade4e70 (diff) | |
download | external_llvm-687d5e5d8c3f665e21498c0dce2fe0f6eab01595.zip external_llvm-687d5e5d8c3f665e21498c0dce2fe0f6eab01595.tar.gz external_llvm-687d5e5d8c3f665e21498c0dce2fe0f6eab01595.tar.bz2 |
Update the version numbers of the pre-built LLVM GCC frontends.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18635 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/GettingStarted.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 1851312..54bd289 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -580,17 +580,17 @@ file is a TAR archive that is compressed with the gzip program. <dt><tt>cfrontend-1.4.source.tar.gz</tt></dt> <dd>This is the source release of the GCC front end.<br/></dd> - <dt><tt>cfrontend-1.3.sparc-sun-solaris2.8.tar.gz</tt></dt> + <dt><tt>cfrontend-1.4.sparc-sun-solaris2.8.tar.gz</tt></dt> <dd>This is the binary release of the GCC front end for Solaris/Sparc. <br/></dd> - <dt><tt>cfrontend-1.3.i686-redhat-linux-gnu.tar.gz</tt></dt> + <dt><tt>cfrontend-1.4.i686-redhat-linux-gnu.tar.gz</tt></dt> <dd>This is the binary release of the GCC front end for Linux/x86.<br/></dd> - <dt><tt>cfrontend-1.3.i386-unknown-freebsd5.1.tar.gz</tt></dt> + <dt><tt>cfrontend-1.4.i386-unknown-freebsd5.1.tar.gz</tt></dt> <dd>This is the binary release of the GCC front end for FreeBSD/x86.<br/></dd> - <dt><tt>cfrontend-1.3.powerpc-apple-darwin7.0.0.tar.gz</tt></dt> + <dt><tt>cfrontend-1.4.powerpc-apple-darwin7.0.0.tar.gz</tt></dt> <dd>This is the binary release of the GCC front end for MacOS X/PPC.<br/></dd> </dl> |