On Sun, Aug 28, 2022 at 6:08 PM John Reiser <jreiser@bitwagon.com> wrote:
> ... there can't be that many people developing for both at the same time on one machine natively (builds in mock would still work fine).

I use only one machine (a x86_64) and no 'mock' to develop the same software
for both x86_64 and i686.  For i686 I start with "dnf install glibc-devel.i686"
and "export CC=gcc -m32".  I also replace "$(uname -m)" with "$TARGET_ARCH"
after setting "export TARGET_ARCH=...".

What I mean is that the only use case would be having both fltk-devel.i686 and fltk-devel.86_64 installed simultaneously.

Thanks,
Richard