Cross Compiling for x86_64 on x86

Christian Thalinger Christian.Thalinger at Sun.COM
Mon Dec 7 09:46:22 UTC 2009


On Mon, 2009-12-07 at 10:39 +0100, Christian Thalinger wrote:
> There problem here is ADLC, which is part of the server compiler.  Let
> me try to get it built for a 32-bit host...

A really ugly (but possibly working) hack to build a full OpenJDK
successfully would be to copy a 32-bit adlc over the 64-bit one when the
build fails:

$ cp build/solaris/solaris_i486_compiler2/generated/adfiles/adlc build/solaris/solaris_amd64_compiler2/generated/adfiles/adlc

Then just restart the build.

-- Christian




More information about the build-dev mailing list