This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: GCJ on Darwin/i386 patches


Sandro Tolaini writes:
 > Finally, I managed to fix up libffi and run testing on libjava under  
 > Darwin/i386.
 > 
 > The failures are due to the missing signal unwinding code (something  
 > that is out of my reach at the moment, so we must live with it at the  
 > moment unless someone is willing to write this part). The unexpected  
 > passes are a mistery to me :)
 > 
 > There is currently a problem in libjava testsuite execution:  
 > {builddir}/gcc dir is not added to the ld_library_path, so I had to  
 > manually set it in the environment in order to let the executables  
 > find the right libgcc_s shared library. Moreover, you have to apply  
 > the already posted patch to include the __Unwind_GetIPInfo symbol in  
 > the libgcc_s library. I'm attaching this patch for your convenience.

OK for trunk.  Thanks!

Andrew.


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