jdk packages

martin burtscher mar.burtscher at gmail.com
Thu Apr 12 06:10:54 UTC 2012


Hello,

I am trying to cross compile OpenJDK 7 using the old build system (no
configure).

To make it easier for me I thought I probably can remove some java
packages, that i don't have to port the native c-files.

So in jdk/make/Makefile i removed all the subdirs except java. Additionally
in jdk/make/java/Makefile i removed alle the packages except the first line
of packages. But this will result in errors:

sun/tools/* are not found
com/sun/tools/* are not found
sun/security/tools/* are not found
and a few others are not found

Is there a minimal package configuration? Or do I have to compile all the
packages?

Thanks,

Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/build-dev/attachments/20120412/e8f66a23/attachment.htm>


More information about the build-dev mailing list