> I tried to build devkit for Linux x86_64, but I couldn't with following > message: > > > configure: error: I suspect your system does not have 32-bit development > libraries (libc and headers). If you have them, rerun configure with > --enable-multilib. If you do not have them, and want to build a 64-bit-only > compiler, rerun configure with --disable-multilib. > > > Similar issue has been reported in > [JDK-8373624](https://bugs.openjdk.org/browse/JDK-8373624). We can remove 32 > bit support based on [JEP 503: Remove the 32-bit x86 > Port](https://openjdk.org/jeps/503), it means "disabling multilib" in > configure error. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Yasumasa Suenaga has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains four commits: - Merge branch 'master' into devkit-x64 - Drop IA32 support - Fix comments - 8385123: devkit for Linux x86_64 couldn't be built ------------- Changes: https://git.openjdk.org/jdk/pull/31227/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=31227&range=03 Stats: 50 lines in 2 files changed: 5 ins; 39 del; 6 mod Patch: https://git.openjdk.org/jdk/pull/31227.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31227/head:pull/31227 PR: https://git.openjdk.org/jdk/pull/31227
