On Thu, 21 May 2026 00:54:20 GMT, Yasumasa Suenaga <[email protected]> wrote:
> 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). This pull request has now been integrated. Changeset: 398e95d9 Author: Yasumasa Suenaga <[email protected]> URL: https://git.openjdk.org/jdk/commit/398e95d925c69e944b94c905f6f0f91805876f13 Stats: 95 lines in 2 files changed: 5 ins; 68 del; 22 mod 8385123: Remove 32-bit x86 support for Linux devkits Reviewed-by: mbaesken, mikael, erikj ------------- PR: https://git.openjdk.org/jdk/pull/31227
