... 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=...".
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to