Hello,<div><br></div><div>I am trying to cross compile OpenJDK 7 using the old build system (no configure).</div><div><br></div><div>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.</div>
<div><br></div><div>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:</div>
<div><br></div><div>sun/tools/* are not found</div><div>com/sun/tools/* are not found</div><div>sun/security/tools/* are not found</div><div>and a few others are not found</div><div><br></div><div>Is there a minimal package configuration? Or do I have to compile all the packages?</div>
<div><br></div><div>Thanks,</div><div><br></div><div>Martin</div>