On Thu, 8 Sept 2022 at 23:33, Helmut Grohne <hel...@subdivi.de> wrote:
> host_arch.cpu_family() should be reporting ppc64 on ppc64el according to > https://mesonbuild.com/Reference-tables.html, but it actually reports > powerpc64le when debcrossgen is in use. The relevant mapping should be > fixed in debcrossgen. I'm attaching a patch for your convenience. We have moved this functionality from debcrossgen to Meson itself. This means that the packaging tools should switch from calling debcrossgen to `meson env2mfile` as described in this bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017436 Dunno what is the correct way to get that fixed, though...