OpenJDK 8u322 Released
Bart Overkamp
bart at bedrijfzondernaam.nl
Thu Feb 17 21:58:36 UTC 2022
Dear reader,
I’m planning to cross-build for Apple’s arm64, the poor thing is running without Rosetta so the last resort would be to compile from source, right?
Well, first off the bootstrap JVM is missing.. There goes that. Second: My Linux cross-building machine is telling me:
First, lying:
boiert at navi:~/pruts/jdk8u322-ga$ bash ./configure --openjdk-target=arm64-apple-macos
...
checking build system type... x86_64-unknown-linux-gnu
checking host system type... Invalid configuration `arm64-apple-macos': machine `arm64-apple' not recognized
configure: error: /bin/bash /home/boiert/pruts/jdk8u322-ga/common/autoconf/build-aux/config.sub arm64-apple-macos failed
Then, truthfully:
boiert at navi:~/pruts/jdk8u322-ga$ bash ./configure --openjdk-target=arm64-unknown-mac
...
checking build system type... x86_64-unknown-linux-gnu
checking host system type... arm64-apple-macos
checking target system type... arm64-apple-macos
checking openjdk-build os-cpu... linux-x86_64
configure: error: unsupported operating system macos
What to do?
Any pointers or a willing volunteer?
Thank you!
- Bart
More information about the jdk8u-dev
mailing list