Hi Kurt, On Mon, Jul 25, 2016 at 08:36:41PM +0200, Kurt Roeckx wrote: > This all looks fine. I'm just wondering why gcc-multilib is a > problem in your case since it was already any-amd64. I'm also > wondering if any other arches need it, like x32 and ppc64el.
Well, kfreebsd-amd64 matches any-amd64 and I'm cross building for that. As far as I understand, Debian's ppc64el doesn't do -m32. x32 does understand -m32. Given that the most recent libtool build succeeded on both amd64 and x32 and that both builds skipped 22 tests, I guess that -m32 is not needed on x32 (and maybe no longer needed on amd64 either). Helmut