On Mon, 3 Feb 2020 14:22:49 +0800 YunQiang Su <wzss...@gmail.com> wrote: > Package: binutils > Version: 2.34-2 > X-Debug-Cc: debian-devel@lists.debian.org > > Since we meet lots of packages ftbfs on 32bit ports due to 2GB/3GB > and then virtual memory exhausted > > We had some discuss here: > https://lists.debian.org/debian-devel/2019/08/msg00171.html > > The patch is attached and submit as a PR > https://salsa.debian.org/toolchain-team/binutils/merge_requests/5 > > > This package is built with multilib, and with option --host 64bit > --target 32bit It diverts non-multiarch programs with dpkg-divert as > c++filt dwp elfedit ld.bfd ld.gold Add a with_host64 option -- default > off > > We will have a src:binutils64, while will use these code.
For gcc we also need gcc64 package. > > > -- > YunQiang Su