On Tue, 9 Jun 2026 15:47:39 GMT, Mikael Vidstedt <[email protected]> wrote:
>> make/devkit/Tools.gmk line 244: >> >>> 242: ifeq ($(filter riscv64 ppc64le s390x armhfp, $(ARCH)), ) >>> 243: ENABLE_MULTILIB := --enable-multilib >>> 244: endif >> >> @vidmik I'm curious about this one. Why do we need `--enable-multilib` here? > > FWIW it's been there for quite a while, I just made it conditional on the > `$ARCH` in my most recent change. If we remove 32-bit x86 support I think > multilib effectively becomes dead code and should be removed. This PR removes all of multilib support from devkit makefiles. It works on both AMD64 and AArch64. @erikj79 @vidmik Could you review? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31227#discussion_r3385511012
