Skip to content

Commit

Permalink
Merged in release_13 branch.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15819 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
John Criswell committed Aug 16, 2004
1 parent 28531c7 commit 18b7464
Showing 1 changed file with 21 additions and 19 deletions.
40 changes: 21 additions & 19 deletions docs/GettingStarted.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,31 +188,31 @@

<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>
Expand All @@ -221,11 +221,12 @@

<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>
Expand Down Expand Up @@ -442,23 +443,23 @@

<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>

Expand Down Expand Up @@ -492,6 +493,7 @@
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>
Expand Down

0 comments on commit 18b7464

Please sign in to comment.