java/status.html updates

Jeff Sturm jsturm@one-point.com
Thu Oct 31 19:12:00 GMT 2002


On Wed, 30 Oct 2002, Per Bothner wrote:
> I checked in the attached patch, to add triples.
> For some targets the gcj-3.1-status.html does not
> contain triples, or it looks wrong (like xscale),
> so I'll leave it to somebody else to fix that.

Like this?  sparc64 and sparcv9 are valid CPU identifiers (and work with
gcj).  Also I don't understand the note about Hitachi SH, gcj works as a
hosted compiler on sh-linux (I actually tried it, on a Dreamcast).

OK?

Index: status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/status.html,v
retrieving revision 1.17
diff -u -p -r1.17 status.html
--- status.html 31 Oct 2002 14:47:43 -0000      1.17
+++ status.html 1 Nov 2002 03:03:09 -0000
@@ -115,7 +115,8 @@ it isn't very useful.</dd>
 <dt class="target">FreeBSD on the Pentium-compatible PCs
   (<code>i[56]86-pc-freebsd*</code>)</dt>
 <dd>Ok.</dd>
-<dt class="target">GNU/Linux on Alpha</dt>
+<dt class="target">GNU/Linux on Alpha
+  (<code>alpha*-*-linux-gnu</code>)</dt>
 <dd>Ok.</dd>
 <dt class="target">GNU/Linux on the Itanium (ia64) architecture
   (<code>ia64-*-linux-gnu</code>)</dt>
@@ -126,7 +127,7 @@ it isn't very useful.</dd>
 (<code>x86_64-*-linux-gnu</code>)</dt>
 <dd>Ok, in CVS (but building with multilibs enabled needs libtool
patch).</dd>
 <dt class="target">Solaris 2.5.1, 2.6, 2.7, 2.8 on SPARC
-  (<code>sparc-sun-solaris2.[5678]</code>)</dt>
+  (<code>sparc*-sun-solaris2.[5678]</code>)</dt>
 <dd>Ok for 32- and 64-bit ABIs.  Byte-code interpreter not currently
 supported.</dd>
 <dt class="target">SGI Irix 6.5 on Mips
@@ -144,8 +145,9 @@ supported.</dd>
 <dd>Ok.</dd>
 <dt class="target">IBM s390x</dt>
 <dd>Ok, in CVS.</dd>
-<dt class="target">Hitachi SH-3/4 micro-controller</dt>
-<dd>Ok, in CVS (target only).</dd>
+<dt class="target">GNU/Linux on Hitachi SH-3/4 micro-controller
+  (<code>sh[34]-*-linux</code>)</dt>
+<dd>Ok, in CVS.</dd>
 </dl>

 </body>




More information about the Gcc-patches mailing list