On Thu, 21 May 2026 08:17:10 GMT, Matthias Baesken <[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). > > I think this makes sense; just one question - after JEP503 , do we want to > still be able to create devkits that are used for older OpenJDK releases? Or > is this out of scope? @MBaesken Thanks for your review! @erikj79 Can I integrate this now? This PR conflicts with #31303, and also I'm not sure we should push this to JDK 28 after RDP 1. ------------- PR Comment: https://git.openjdk.org/jdk/pull/31227#issuecomment-4590718335
