Re: cross compiling with different toolchain type

2019-11-14 Thread Erik Joelsson
Hello Johan, You are correct, this limitation is still present. There is no good reason for this other than we never having needed to put effort into fixing it. It could help if you build a native JDK first and then configure your cross build with --with-build-jdk= pointing to your native JD

cross compiling with different toolchain type

2019-11-14 Thread Johan Vos
Hi, I just want to make sure there is still a limitation in place where the toolchain type of a cross compiler must equal the toolchain type of the build compiler? I'm configuring a build for Android (aarch64-linux) and I am using the clang toolchain type for doing the cross compilation, while I'm