This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: java on darwin8?
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Mike Stump <mrs at apple dot com>
- Cc: gcc List <gcc at gcc dot gnu dot org>
- Date: Mon, 21 Mar 2005 22:18:16 -0500
- Subject: Re: java on darwin8?
- References: <91200E15-D63C-4BD2-A8B1-2C56B089342B@apple.com>
On Mar 21, 2005, at 10:10 PM, Mike Stump wrote:
Certainly I am doing something wrong, but if not... anyone else
seeing this?
You want to change the following "#if" in that file, to include
__ppc64__:
#if defined (__PPC__) || defined (__ppc__)
Thanks,
Andrew Pinski
Who helped with the first porting of libjava in this place.