Open-source implementation of the Java Platform, Standard Edition.

This package is NOT certified to be compatible with any Java standard.
Use at own risk.

Mandatory trademark notice:
    "OpenJDK is a trademark or registered trademark of Sun Microsystems,
     Inc. in the United States and other countries."

To make openjdk7 bootstraps:
============================

Cross compile for target arch (tested with arm and sparc64 targets from amd64
host).

It is possible to make a bootstrap for ANY arch/platform supported by NetBSD

For example for sparc64 on amd64 host

Run:

	make CROSS_ADM=64 USE_CROSS_COMPILE=yes

Or for m68k

	make CROSS_ADM=32 USE_CROSS_COMPILE=yes

Where:
CROSS_ADM is the word with of the cross arch (64/32)
USE_CROSS_COMILE=yes variable when normally cross compiling pkgsrc.

After a sucessfull make the location of the java image should be displayed
which you can use on the target arch to bootstrap the openjdk7 and
possibly openjdk8 packages.
