On Mon, 16 Dec 2024, Matthias Klose wrote: > On 14.12.24 15:38, Matthias Klose wrote: > > I tried to use the patches to build binary packages for Debian. Found some > > issues: > > tried to build libgcobol on more architectures, please find the attached patch > to disable building libgcobol on some architectures.
Enabling on x86_64-*-linux* and disabling on i?86-*-linux* is inherently suspect since the difference between those is only about what the default multilib is, and says nothing about the multilib used for a particular compilation of libgcobol. (Of course we first need to fix multilib support for libgcobol if that isn't working correctly - all target libraries in GCC need proper multilib support.) -- Joseph S. Myers josmy...@redhat.com