This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: New java/status.html file


Per Bothner <per@bothner.com> writes:

> Andreas Jaeger wrote:
>
>> Per Bothner  writes:
>>
>>
>> >I checked in http://gcc.gnu.org/java/status.html .
>> >
>> >Please look it over and if there is anything you know is
>> >wrong, or believe to be incomplete or misleading, please
>> >fix it, if you can.
>>
>>
>> We should add that Linux on x86-64 is a supported target.  Ok to
>> commit the appended patch?
>>
> Does assume "x86-64" refer to the AMD "Hammer" architecture?
> If so, I'd make that clear.  Perhaps:

Yes, it does.

> GNU/Linux on the AMD x86-64 ("Hammer") architecture.
>
> Then check it in.
>
> If it is CVS-only (not in 3.2), add (in CVS).

Ok, here's what I've committed,
Andreas

Index: status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/status.html,v
retrieving revision 1.2
diff -u -p -r1.2 status.html
--- status.html	27 Oct 2002 06:29:02 -0000	1.2
+++ status.html	27 Oct 2002 16:45:25 -0000
@@ -120,6 +120,8 @@ it isn't very useful.</dd>
 <dd>Ok.</dd>
 <dt class="target">GNU/Linux on PowerPC</dt>
 <dd>Ok.</dd>
+<dt class="target">GNU/Linux on AMD x86-64 ("Hammer") architecture </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</dt>
 <dd>Ok.</dd>
 <dt class="target">SGI Irix 6.5 on Mips</dt>

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]