diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-11-23 19:26:24 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-11-23 19:26:24 +0000 |
commit | 8f9e6d6ed28a1b0e0da41266eb641498b18de1fc (patch) | |
tree | 10454f9d0b7c1da77bc70e89461b8fb6d7909e9b | |
parent | 89d60de90e2dc809f001e4d9084fcfe21c7f4d6b (diff) |
We also provide a source distribution of the GCC front-end
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18166 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/GettingStarted.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 636419cda8..cccd49e82c 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -570,6 +570,10 @@ file is a TAR archive that is compressed with the gzip program. <dd>This is the source code to the LLVM suite. <p> + <dt>cfrontend-1.3.source.tar.gz + <dd>This is the source release of the GCC front end. + <p> + <dt>cfrontend-1.3.sparc-sun-solaris2.8.tar.gz <dd>This is the binary release of the GCC front end for Solaris/Sparc. <p> |