diff options
author | ludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-12-27 10:53:55 +0000 |
---|---|---|
committer | ludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-12-27 10:53:55 +0000 |
commit | b0a5b18fc58cf4b9b0ad2eb72f0678b344a2db25 (patch) | |
tree | 12370e772ec3afa9f917cd98851a1a63ecf1d1cc /web | |
parent | 1fa780e3289d9e5f114ea84f26c8cd38e269bfb4 (diff) | |
download | ioquake3-aero-b0a5b18fc58cf4b9b0ad2eb72f0678b344a2db25.tar.gz ioquake3-aero-b0a5b18fc58cf4b9b0ad2eb72f0678b344a2db25.zip |
x86_64 JIT bytecode compiler no longer disabled by default
git-svn-id: svn://svn.icculus.org/quake3/trunk@447 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web')
-rw-r--r-- | web/include/status.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/include/status.php b/web/include/status.php index 685e6d5..fc91454 100644 --- a/web/include/status.php +++ b/web/include/status.php @@ -26,7 +26,7 @@ <td>gcc-x86_64</td> <!--Platform--> <td>working</td> <!--Status--> <td></td> <!--LKWR--> - <td>x86_64 JIT bytecode compiler disabled by default.</td> <!--Notes--> + <td>JIT bytecode compiler requires GNU as.</td> <!--Notes--> </tr> <tr> <td>gcc-ppc</td> <!--Platform--> |