Re: [PATCH] Enable java for aarch64

2013-04-15 Thread Marcus Shawcroft
Yvan's patch was checked in a few days ago... /Marcus r197770 | clyon | 2013-04-11 13:06:04 +0100 (Thu, 11 Apr 2013) | 12 lines 2013-03-16 Yvan Roux * include/private/gcconfig.h (AARCH64): New macro (defined only if __aarch64__). * include/private/gcconfig.h (mach_type

Re: [PATCH] Enable java for aarch64

2013-04-15 Thread Andreas Schwab
Andrew Haley writes: > Looks basically OK. What were the failures, though? FAIL: TestClosureGC run FAIL: Array_3 execution - source compiled test FAIL: Array_3 -findirect-dispatch execution - source compiled test FAIL: Array_3 -O3 execution - source compiled test FAIL: Array_3 -O3 -findirect-di

Re: [PATCH] Enable java for aarch64

2013-04-14 Thread Matthias Klose
Am 13.04.2013 20:21, schrieb Andreas Schwab: > This enables building java for aarch64. Afaics, the aarch64 changes for boehm-gc are not yet checked in. Aren't these needed as a prerequisite?

Re: [PATCH] Enable java for aarch64

2013-04-14 Thread Andrew Haley
On 04/13/2013 07:21 PM, Andreas Schwab wrote: > # of unexpected failures 29 Looks basically OK. What were the failures, though? Andrew.