OpenJDK 8u322 Released
Andrew Haley
aph-open at littlepinkcloud.com
Fri Feb 18 15:17:12 UTC 2022
[From Bart Overkamp <bart at bedrijfzondernaam.nl>]
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
--
Andrew Haley (he/him)
Java Platform Lead Engineer
Red Hat UK Ltd. <https://www.redhat.com>
https://keybase.io/andrewhaley
EAC8 43EB D3EF DB98 CC77 2FAD A5CD 6035 332F A671
More information about the jdk8u-dev
mailing list