Skip to content

Commit 0ccbe35

Browse files
author
John Criswell
committed
Added note about new PowerPC code generator.
Updated versions to 1.3. llvm-svn: 15560
1 parent 7f6d3e7 commit 0ccbe35

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

llvm/docs/GettingStarted.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221

222222
<li>MacOS X on PowerPC
223223
<ul>
224-
<li>No native code generation
224+
<li>Experimental support for static native code generation
225225
<li>Approximately 1.25 GB of Free Disk Space
226226
<ul>
227227
<li>Source code: 45 MB</li>
@@ -430,23 +430,23 @@
430430

431431
<p> The files are as follows:
432432
<dl>
433-
<dt>llvm-1.2.tar.gz
433+
<dt>llvm-1.3.tar.gz
434434
<dd>This is the source code to the LLVM suite.
435435
<p>
436436

437-
<dt>cfrontend-1.2.sparc-sun-solaris2.8.tar.gz
437+
<dt>cfrontend-1.3.sparc-sun-solaris2.8.tar.gz
438438
<dd>This is the binary release of the GCC front end for Solaris/Sparc.
439439
<p>
440440

441-
<dt>cfrontend-1.2.i686-redhat-linux-gnu.tar.gz
441+
<dt>cfrontend-1.3.i686-redhat-linux-gnu.tar.gz
442442
<dd>This is the binary release of the GCC front end for Linux/x86.
443443
<p>
444444

445-
<dt>cfrontend-1.2.i386-unknown-freebsd5.1.tar.gz
445+
<dt>cfrontend-1.3.i386-unknown-freebsd5.1.tar.gz
446446
<dd>This is the binary release of the GCC front end for FreeBSD/x86.
447447
<p>
448448

449-
<dt>cfrontend-1.2.powerpc-apple-darwin7.0.0.tar.gz
449+
<dt>cfrontend-1.3.powerpc-apple-darwin7.0.0.tar.gz
450450
<dd>This is the binary release of the GCC front end for MacOS X/PPC.
451451
</dl>
452452

@@ -480,6 +480,7 @@
480480
label:</p>
481481

482482
<ul>
483+
<li>Release 1.3: <b>RELEASE_13</b></li>
483484
<li>Release 1.2: <b>RELEASE_12</b></li>
484485
<li>Release 1.1: <b>RELEASE_11</b></li>
485486
<li>Release 1.0: <b>RELEASE_1</b></li>

0 commit comments

Comments
 (0)