|
From: <sv...@va...> - 2012-08-09 20:26:59
|
florian 2012-08-09 21:26:51 +0100 (Thu, 09 Aug 2012)
New Revision: 464
Log:
Updated for MIPS32/Linux and Mac OS X >= 10.6
Modified files:
trunk/info/platforms.html
Modified: trunk/info/platforms.html (+3 -3)
===================================================================
--- trunk/info/platforms.html 2012-08-09 17:42:34 +01:00 (rev 463)
+++ trunk/info/platforms.html 2012-08-09 21:26:51 +01:00 (rev 464)
@@ -20,13 +20,13 @@
<li><b>S390X/Linux:</b> support is new in 3.7.0.</li>
<li><b>ARM/Linux</b> support for ARMv7 is fairly complete.</li>
<li><b>ARM/Android</b> support is new in 3.7.0.</li>
+<li><b>MIPS32/Linux</b> support is new in 3.8.0.</li>
</ul>
<p>(Note that AMD64 is just another name for x86-64, and that Valgrind works
fine on Intel machines.) On Linux, you must be running kernel 2.4.X or
later, and glibc 2.2.X or later. That covers the vast majority of installed
-systems at present. On Mac OS X you must be running 10.5.x or later; note
-that even 64-bit machines use 32-bit programs by default with 10.5.x.</p>
+systems at present. On Mac OS X you must be running 10.6.x or later.</p>
<p>For details of which distributions the current release
(<?php echo $config['release-version']; ?>) builds and runs its
@@ -84,7 +84,7 @@
<tr><td>ppc64</td> <td>done </td> <td> </td> <td> </td> <td> </td></tr>
<tr><td>s390x</td> <td>done </td> <td> </td> <td> </td> <td> </td></tr>
<tr><td>arm </td> <td>medium</td> <td> </td> <td> </td> <td> </td></tr>
-<tr><td>mips </td> <td>low </td> <td> </td> <td> </td> <td> </td></tr>
+<tr><td>mips </td> <td>in progress </td> <td> </td> <td> </td> <td> </td></tr>
</table>
<p>Some experimental ports have been worked on, as mentioned above. A less
|