launcher src/solaris/bin
David Holmes
david.holmes at oracle.com
Tue Jan 3 17:28:51 PST 2012
Hi Kumar,
On 4/01/2012 10:50 AM, Kumar Srinivasan wrote:
> I am planning on refactoring/layout currently in src/solaris/bin as
> shown below. Is this correct for embedded and macosx ?
You seem to have lost "arm" under linux. But for embedded we dynamically
rewrite jvm.cfg as part of the build anyway. I think only zero may need
the existing layout.
I hate seeing all those per-arch directories just for a jvm.cfg file :(
David
> Thanks
> Kumar
>
> src/solaris/bin
> java_md.{c,h}
> ergo.{c,h}
> ergo_i586.h
> jexec.{c,h}
> // config directories
> amd64
> i586
> sparc
> sparcv9
>
> src/linux/bin
> java_md.{c,h}
> ergo.{c,h}
> ergo_i586.h
> jexec.{c,h}
> // config directories
> amd64
> i586
> ia64
> ppc
> zero
>
> src/macosx/bin
> ergo.{c,h} // maybe
> ergo_i586.h // maybe
> java_md.{c,h}
> // config directories
> universal
More information about the macosx-port-dev
mailing list