- Package:
- src:wraplinux
- Source:
- src:wraplinux
- Submitter:
- Helmut Grohne
- Date:
- 2025-06-01 20:11:02 UTC
- Severity:
- normal
- Tags:
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