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 | c8808f57dcc2bb8b61a1baebfe3b65d0fda881a4 (patch) | |
tree | c4c30c57b0dc05cb6ffd6a335fd28901984b1871 | |
parent | 241011e6b053e7e8180b3a5c43900a823408fb45 (diff) | |
download | bcm5719-llvm-c8808f57dcc2bb8b61a1baebfe3b65d0fda881a4.tar.gz bcm5719-llvm-c8808f57dcc2bb8b61a1baebfe3b65d0fda881a4.zip |
Update the version numbers of the pre-built LLVM GCC frontends.
llvm-svn: 18635
-rw-r--r-- | llvm/docs/GettingStarted.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index 185131288a0..54bd289f2da 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/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> |