Re: Cross-compilation of OpenJDK Zero with clang

2021-01-04 Thread Erik Joelsson
Hello Andy, Sorry for the late reply, but a lot of us have been on holiday. I recommend starting with the main documentation in the source tree at doc/building.md. I have no personal experience using Clang for cross compilation, but I would imagine it would function similar enough to GCC. To

Cross-compilation of OpenJDK Zero with clang

2020-12-17 Thread Andy Nisbet
Hi, I am in the process of porting OpenJDK to a new architecture, at the current moment in time we only have clang/LLVM cross compilation tools, and GCC/binutils is still a year or so away. Could anyone offer any pointers to documentation/hints, and/or outline what is necessary to get cross