This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Patch for i386-darwin: test suite results
- From: Andrew Haley <aph at redhat dot com>
- To: Sandro Tolaini <tolaini at libero dot it>
- Cc: java at gcc dot gnu dot org
- Date: Sat, 11 Mar 2006 11:32:53 +0000
- Subject: Re: Patch for i386-darwin: test suite results
- References: <4357766A-279F-4FDC-B3DC-A18F7EB0C90C@libero.it>
Sandro Tolaini writes:
> Hi everyone, I have done a patch to make libjava build on i386-
> darwin. The patch is against 4.0.2 (there is a thread on the GCC
> mailing list where I explain why the patch cannot easily be applied
> on the trunk). Here are the test results: considering that libffi was
> modified to build on this platform, do you see if gcj/libjava is
> working properly?
It isn't, no. All the gij test failures probably mean that libffi
isn't working.
> Keep in mind that GCC on Intel (at least on the 4.0
> branch) has some problems itself, like it cannot be properly
> bootstrapped with --enable-shared configure option).
You really need a working gcc port first.
Andrew.