On Fri, 2022-12-09 at 11:21 +0000, Bruno Pitrus wrote:
i586 downgraded to a port So it means that the remaining 32bit packages in main Tumbleweed will be rebuilt with -march=x86-64, right? What is going to be the RPM architecture name for them?
That's one of the next steps to look at after the i586 port is properly split out, yes.
Theoretically it should be `pentium4` but it is currently broken in RPM upstream: https://github.com/rpm-software-management/rpm/issues/2147
They are going to stay as they are now: the rpm shipping the -32bit libraries have always been packaged as x86_64, as this is the target arch the package is meant for. Sample from zypper: | xcb-util-image-devel-32bit | package | 0.4.1-1.1 | x86_64 | openSUSE-Tumbleweed-Oss Cheers, Dominique