Re: [PATCH] Enable java for aarch64
Andrew Haley <[email protected]>
| Newsgroups | gmane.comp.gcc.java.patches |
|---|---|
| Message-ID | <[email protected]> |
On 04/15/2013 09:19 AM, Andreas Schwab wrote: > Matthias Klose <[email protected]> writes: > >> does the interpreter and the byte code compilation work with these results? > > All other tests pass. So, the port is broken. Null pointer exceptions aren't caught. You need to use this: arm*-linux* ) slow_pthread_self=no can_unwind_signal=no CHECKREFSPEC=-fcheck-references DIVIDESPEC=-fuse-divide-subroutine Andrew.