#1107120 wraplinux: stop using gcc-multilib

#1107120#5
Date:
2025-06-01 08:52:13 UTC
From:
To:
We'd like to remove the gcc-multilib package. wraplinux has a genuine
need for it as it uses gcc -m32 to build i686 code. This need is also
addressed by the gcc-i686-linux-gnu package which is provided by the
native toolchain on i386 and provided as a cross toolchain on amd64. I'm
proposing a patch to switch wraplinux over to this toolchain and thus
remove its need for gcc-multilib. As a result, it also becomes cross
buildable.

Helmut