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