diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-01-15 15:22:13 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-01-15 15:22:13 +0000 |
commit | fcaf3865a609589bc57691c8a6fc6836a4e21e2d (patch) | |
tree | 1f6b5d989ede087a41c197d772639799b68f279b /web | |
parent | 13be4dcd23eb6533973f523d27e95e9905a4a2f5 (diff) | |
download | ioquake3-aero-fcaf3865a609589bc57691c8a6fc6836a4e21e2d.tar.gz ioquake3-aero-fcaf3865a609589bc57691c8a6fc6836a4e21e2d.zip |
* x86 OS X support
git-svn-id: svn://svn.icculus.org/quake3/trunk@484 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web')
-rw-r--r-- | web/include/status.php | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/web/include/status.php b/web/include/status.php index be1e112..3e57c8f 100644 --- a/web/include/status.php +++ b/web/include/status.php @@ -32,7 +32,7 @@ <td>gcc-ppc</td> <!--Platform--> <td>working</td> <!--Status--> <td></td> <!--LKWR--> - <td>Altivec build has similar problems to OS X G4 build.</td> <!--Notes--> + <td>JIT compiler does not work.</td> <!--Notes--> </tr> <tr> <td>gcc-alpha</td> <!--Platform--> @@ -54,17 +54,23 @@ <td></td> <!--Notes--> </tr> <tr> - <td scope="row" rowspan="2">Max OS X</td> <!--OS--> - <td>xcode-G3</td> <!--Platform--> + <td scope="row" rowspan="3">Max OS X</td> <!--OS--> + <td>gcc-ppcG3</td> <!--Platform--> <td>working</td> <!--Status--> <td></td> <!--LKWR--> <td></td> <!--Notes--> </tr> <tr> - <td>xcode-G4</td> <!--Platform--> + <td>gcc-ppcG4</td> <!--Platform--> <td>working</td> <!--Status--> <td></td> <!--LKWR--> - <td>Client has severe graphical glitches.</td> <!--Notes--> + <td>JIT compiler does not work.</td> <!--Notes--> + </tr> + <tr> + <td>gcc-x86</td> <!--Platform--> + <td>working</td> <!--Status--> + <td></td> <!--LKWR--> + <td></td> <!--Notes--> </tr> <tr> <td scope="row">FreeBSD</td> <!--OS--> |