atom feed49 messages in net.java.openjdk.bsd-port-devRe: OpenJDK Zero PPC Build on OS X Le...
FromSent OnAttachments
Konstantin TokarevSep 3, 2011 10:12 am.gz
Konstantin TokarevSep 3, 2011 10:20 am 
Kurt MillerSep 7, 2011 6:26 pm 
Konstantin TokarevSep 8, 2011 1:07 am 
John YearySep 8, 2011 4:41 am 
Kurt MillerSep 8, 2011 5:26 am 
Henri GomezSep 8, 2011 5:53 am 
Kurt MillerSep 8, 2011 8:10 am 
Mike SwinglerSep 8, 2011 8:42 am 
Henri GomezSep 8, 2011 9:04 am 
Henri GomezSep 8, 2011 9:06 am 
Kurt MillerSep 8, 2011 9:14 am 
Mike SwinglerSep 8, 2011 9:26 am 
Mike SwinglerSep 8, 2011 9:28 am 
Kurt MillerSep 8, 2011 9:37 am 
Henri GomezSep 8, 2011 9:51 am 
Konstantin TokarevSep 8, 2011 10:02 am 
Konstantin TokarevSep 8, 2011 10:28 am 
Kurt MillerSep 8, 2011 12:00 pm 
Konstantin TokarevSep 8, 2011 12:19 pm 
Kurt MillerSep 8, 2011 7:51 pm 
Kurt MillerSep 8, 2011 8:59 pm 
Kurt MillerSep 8, 2011 9:06 pm 
Konstantin TokarevSep 9, 2011 2:45 am 
Kurt MillerSep 9, 2011 8:06 am 
Konstantin TokarevSep 9, 2011 8:42 am 
Konstantin TokarevSep 9, 2011 9:21 am.log
Kurt MillerSep 9, 2011 10:54 am.diff
Konstantin TokarevSep 9, 2011 11:24 am 
Kurt MillerSep 9, 2011 11:31 am 
Konstantin TokarevSep 10, 2011 7:18 am.log
Kurt MillerSep 11, 2011 5:43 pm 
Konstantin TokarevSep 12, 2011 11:41 pm 
Kurt MillerSep 13, 2011 7:01 am 
Konstantin TokarevSep 13, 2011 8:17 am 
Kurt MillerSep 13, 2011 8:30 am 
Konstantin TokarevSep 14, 2011 1:23 am.html
Kurt MillerSep 14, 2011 7:36 am 
Konstantin TokarevSep 14, 2011 8:49 am 
Kurt MillerSep 14, 2011 8:58 am 
Kurt MillerSep 14, 2011 1:41 pm 
Konstantin TokarevSep 15, 2011 2:42 am 
Konstantin TokarevSep 15, 2011 3:01 am 
Konstantin TokarevSep 16, 2011 12:22 am 
Kurt MillerSep 16, 2011 7:43 am 
Mike SwinglerSep 16, 2011 11:02 am 
Kurt MillerSep 16, 2011 11:14 am 
Konstantin TokarevSep 18, 2011 12:11 pm 
Kurt MillerSep 18, 2011 4:44 pm 
Subject:Re: OpenJDK Zero PPC Build on OS X Leopard
From:Kurt Miller (ku@intricatesoftware.com)
Date:Sep 8, 2011 9:37:58 am
List:net.java.openjdk.bsd-port-dev

On Thursday 08 September 2011 12:26:33 pm Mike Swingler wrote:

On Sep 8, 2011, at 9:15 AM, Kurt Miller wrote:

On Thursday 08 September 2011 11:42:34 am Mike Swingler wrote:

On Sep 8, 2011, at 8:11 AM, Kurt Miller wrote:

Hi Henri,

On Thursday 08 September 2011 08:53:42 am Henri Gomez wrote:

Kurt,

It could be nice for PPC users to get it packaged

Sad I don't have OSX PPC box available to make package built on it via a Jenkins slave ;(

Once it is working well again, hopefully someone from the comunity will step up and do that work or donate you a PPC box for your build farm.

An Intel Leopard box should be able to compile a universal binary for both PPC
and Intel, but would require explicitly passing -arch flags.

The J2SE 5.0 builds on Leopard for ppc, i386, and x86_64 were always made using
an Intel builder.

That's an interesting thought. I'm not sure how both PPC and Intel could be
compiled into the same universal binary since ppc uses the Zero hotspot
implementation and Intel the JIT implementation. Perhaps an Intel Leopard box
could build the PPC/ Zero binaries though using -arch ppc.

Actually, as I recall (it takes a while to page all this stuff back into my
brain), the J2SE 5.0 Makefiles for HotSpot actually were completely separate for
PPC vs. i386+x86_64, and we just had a final make rule that lipo'd the different
architectures together at the end. The PPC "side" of the Makefile machinery ran
fine on an Intel builder though.

Ahh. That makes sense now. :-)

Thanks for the clarification.

Regards, -Kurt