Merged in release_13 branch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15819 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
John Criswell 2004-08-16 14:51:33 +00:00
parent 28531c71cd
commit 18b7464d82

View File

@ -188,31 +188,31 @@ software you will need.</p>
<li>Linux on x86 (Pentium and above)
<ul>
<li>Approximately 1.02 GB of Free Disk Space
<li>Approximately 2.6 GB of Free Disk Space
<ul>
<li>Source code: 45 MB</li>
<li>Object code: 956 MB</li>
<li>GCC front end: 40 MB</li>
<li>Source code: 57 MB</li>
<li>Object code: 2.5 GB</li>
<li>GCC front end: 30 MB</li>
</ul></li>
</ul>
</li>
<li>Solaris on SparcV9 (Ultrasparc)
<ul>
<li>Approximately 1.75 GB of Free Disk Space
<li>Approximately 2.6 GB of Free Disk Space
<ul>
<li>Source code: 45 MB</li>
<li>Object code: 1.7 GB</li>
<li>GCC front end: 50 MB</li>
<li>Source code: 57 MB</li>
<li>Object code: 2.5 GB</li>
<li>GCC front end: 46 MB</li>
</ul></li>
</ul>
</li>
<li>FreeBSD on x86 (Pentium and above)
<ul>
<li>Approximately 935 MB of Free Disk Space
<li>Approximately 1 GB of Free Disk Space
<ul>
<li>Source code: 45 MB</li>
<li>Source code: 57 MB</li>
<li>Object code: 850 MB</li>
<li>GCC front end: 40 MB</li>
</ul></li>
@ -221,11 +221,12 @@ software you will need.</p>
<li>MacOS X on PowerPC
<ul>
<li>Approximately 1.25 GB of Free Disk Space
<li>Experimental support for static native code generation
<li>Approximately 1.6 GB of Free Disk Space
<ul>
<li>Source code: 45 MB</li>
<li>Object code: 1.2 GB</li>
<li>GCC front end: 40 MB</li>
<li>Source code: 57 MB</li>
<li>Object code: 1.5 GB</li>
<li>GCC front end: 36 MB</li>
</ul></li>
</ul>
</li>
@ -442,23 +443,23 @@ file is a TAR archive that is compressed with the gzip program.
<p> The files are as follows:
<dl>
<dt>llvm-1.2.tar.gz
<dt>llvm-1.3.tar.gz
<dd>This is the source code to the LLVM suite.
<p>
<dt>cfrontend-1.2.sparc-sun-solaris2.8.tar.gz
<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>
<dt>cfrontend-1.2.i686-redhat-linux-gnu.tar.gz
<dt>cfrontend-1.3.i686-redhat-linux-gnu.tar.gz
<dd>This is the binary release of the GCC front end for Linux/x86.
<p>
<dt>cfrontend-1.2.i386-unknown-freebsd5.1.tar.gz
<dt>cfrontend-1.3.i386-unknown-freebsd5.1.tar.gz
<dd>This is the binary release of the GCC front end for FreeBSD/x86.
<p>
<dt>cfrontend-1.2.powerpc-apple-darwin7.0.0.tar.gz
<dt>cfrontend-1.3.powerpc-apple-darwin7.0.0.tar.gz
<dd>This is the binary release of the GCC front end for MacOS X/PPC.
</dl>
@ -492,6 +493,7 @@ revision), you can specify a label. The following releases have the following
label:</p>
<ul>
<li>Release 1.3: <b>RELEASE_13</b></li>
<li>Release 1.2: <b>RELEASE_12</b></li>
<li>Release 1.1: <b>RELEASE_11</b></li>
<li>Release 1.0: <b>RELEASE_1</b></li>