Hi,
Thank you for pointing me out to the documentation (btw quite good
document), I was able to cross compile openjdk-9 from sources but (I forgot
to mention...my apologies...) I was looking for information to
cross-compile openjdk-8. After some reading of the makefiles and build
scripts, I have de
Looks good to me as well.
/Erik
On 2017-07-12 16:58, Jan Lahoda wrote:
Hi,
The ct.sym building needs to read existing module-infos, to properly
detect transitive dependencies. But the target does not depend on all
module-infos being generated, which may in turn lead to problems with
incomp
Jan:
The ct.sym building needs to read existing module-infos, to properly
detect transitive dependencies. But the target does not depend on all
module-infos being generated, which may in turn lead to problems with
incomplete module graph.
So, the proposed patch is to add the dependency on all g
Hi,
The ct.sym building needs to read existing module-infos, to properly
detect transitive dependencies. But the target does not depend on all
module-infos being generated, which may in turn lead to problems with
incomplete module graph.
So, the proposed patch is to add the dependency on all
Hello,
On 2017-07-12 03:19, Hohensee, Paul wrote:
New webrev at
http://cr.openjdk.java.net/~phh/8184022/webrev.01/
For the AC_ARG_WITH, we usually refrain from using the builtin "if-set,
if-not-set" parameters and define our own logic to handle all 4
possibilities: not set, --with-foobar=val