su 23.3.2025 klo 10.06 Samuel Thibault (sthiba...@debian.org) kirjoitti: > Martin-Éric Racine, le dim. 23 mars 2025 09:21:49 +0200, a ecrit: > > X-Debbugs-Cc: debian-am...@lists.debian.org, debian-h...@lists.debian.org , > > martin-eric.rac...@iki.fi > > User: debian-am...@lists.debian.org > > User: debian-h...@lists.debian.org > > Usertags: amd64 > > > > Could gcc-multilib & dependencies be compiled for hurd-amd64 as well? > > Without it we're missing the -m32 flag. > > Put another way: why do you need -m32? We didn't feel it was worth > spending the time to fix the 32bit multilib support when that will be > moot in 2038 anyway.
I have a package whose autoconf checks for -m32 to produce 32-bit binaries on 64-bit ports. Implementing this on amd64 and x32 merely required adding gcc-multilib to Build-Depends. hurd-64 fails that check because there's no gcc-multilib. Martin-Éric